Html Css Color HEX #38F9F8 Turquoise

📋 copy color: '#38F9F8'

red 56 ◦ green 249 ◦ blue 248

#38F9F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38F9F8

Tints of Turquoise #38F9F8

RGB

 RED value IS 56 (22.27% from 255) = 10.13%

 GREEN value IS 249 (97.66% from 255) = 45.03%

 BLUE value IS 248 (97.27% from 255) = 44.85%

R = 10.13%
G = 45.03%
B = 44.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38F9F8 (or 0x38F9F8) is known color: Turquoise. HEX triplet: 38, F9 and F8. RGB value is (56,249,248). Sum of RGB (Red+Green+Blue) = 56+249+248=553 (73% of max value = 765). Red value is 56 (22.27% from 255 or 10.13% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F9F8 is #C70607. Grayscale: #BEBEBE. Windows color (decimal): -13043208 or 16316728. OLE color: 16316728.

HSL color Cylindrical-coordinate representation of color #38F9F8: hue angle of 179.69º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F9F8 is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 249 248 -
CMYK 0.78 0 0.00 0.02
HSL 179.69º 0.94% 0.6% -
HSV(B) 179.69º 0.78% 0.98% -
XYZ 52.45 75.37 100.59 -
YUV 191.18 160.06 31.58 -
System Red Green Blue C M Y K H S L
Decimal 56 249 248 0.78 0 0.00 0.02 179.69 0.94 0.6
Hex 38 F9 F8 4E 0 0 2 B4 5E 3C
Octal 70 371 370 116 0 0 2 264 136 74
Binary 111000 11111001 11111000 1001110 0 0 10 10110100 1011110 111100

Color Harmonies of #38F9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F9F8

Black with #38F9F8

Text Example


Text Example

White with #38F9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F9F8; }

 p { color: rgb(56,249,248); }

 H1.HeaderClassName
 {
   color: #38F9F8;
 }
 .AnyTagClassName
 {
   color: #38F9F8;
 }
</style>

background-color css

<style>
 a { background-color: #38F9F8; }

 a { background-color: rgb(56,249,248); }

 div.DivClassName
 {
   background-color: #38F9F8;
 }
 .BgClassName
 {
   background-color: #38F9F8;
 }
</style>

border-color css

<style>
 span { border-color: #38F9F8; }

 span { border-color: rgb(56,249,248); }

 td.TdClassName
 {
   border-color: #38F9F8;
 }
 .TagClassName
 {
   border-color: #38F9F8;
 }
</style>