Html Css Color HEX #39FED9 Turquoise

📋 copy color: '#39FED9'

red 57 ◦ green 254 ◦ blue 217

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

Shades of Turquoise #39FED9

Tints of Turquoise #39FED9

RGB

 RED value IS 57 (22.66% from 255) = 10.8%

 GREEN value IS 254 (99.61% from 255) = 48.11%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 10.8%
G = 48.11%
B = 41.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#39FED9 (or 0x39FED9) is known color: Turquoise. HEX triplet: 39, FE and D9. RGB value is (57,254,217). Sum of RGB (Red+Green+Blue) = 57+254+217=528 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.80% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #39FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FED9 is #C60126. Grayscale: #BEBEBE. Windows color (decimal): -12976423 or 14286393. OLE color: 14286393.

HSL color Cylindrical-coordinate representation of color #39FED9: hue angle of 168.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FED9 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 57 254 217 -
CMYK 0.78 0 0.15 0.00
HSL 168.73º 0.99% 0.61% -
HSV(B) 168.73º 0.78% 1% -
XYZ 49.65 76.76 77.85 -
YUV 190.88 142.73 32.51 -
System Red Green Blue C M Y K H S L
Decimal 57 254 217 0.78 0 0.15 0.00 168.73 0.99 0.61
Hex 39 FE D9 4E 0 F 0 A9 63 3D
Octal 71 376 331 116 0 17 0 251 143 75
Binary 111001 11111110 11011001 1001110 0 1111 0 10101001 1100011 111101

Color Harmonies of #39FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39FED9

Black with #39FED9

Text Example


Text Example

White with #39FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39FED9; }

 p { color: rgb(57,254,217); }

 H1.HeaderClassName
 {
   color: #39FED9;
 }
 .AnyTagClassName
 {
   color: #39FED9;
 }
</style>

background-color css

<style>
 a { background-color: #39FED9; }

 a { background-color: rgb(57,254,217); }

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

border-color css

<style>
 span { border-color: #39FED9; }

 span { border-color: rgb(57,254,217); }

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