Html Css Color HEX #39ECF9 Turquoise

📋 copy color: '#39ECF9'

red 57 ◦ green 236 ◦ blue 249

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

Shades of Turquoise #39ECF9

Tints of Turquoise #39ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.54%

 BLUE value IS 249 (97.66% from 255) = 45.94%

R = 10.52%
G = 43.54%
B = 45.94%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#39ECF9 (or 0x39ECF9) is known color: Turquoise. HEX triplet: 39, EC and F9. RGB value is (57,236,249). Sum of RGB (Red+Green+Blue) = 57+236+249=542 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.52% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #39ECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39ECF9 is #C61306. Grayscale: #B7B7B7. Windows color (decimal): -12980999 or 16378937. OLE color: 16378937.

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

Color convert

RGB 57 236 249 -
CMYK 0.77 0.05 0 0.02
HSL 184.06º 0.94% 0.6% -
HSV(B) 184.06º 0.77% 0.98% -
XYZ 48.78 67.7 100.12 -
YUV 183.96 164.7 37.44 -
System Red Green Blue C M Y K H S L
Decimal 57 236 249 0.77 0.05 0 0.02 184.06 0.94 0.6
Hex 39 EC F9 4D 5 0 2 B8 5E 3C
Octal 71 354 371 115 5 0 2 270 136 74
Binary 111001 11101100 11111001 1001101 101 0 10 10111000 1011110 111100

Color Harmonies of #39ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39ECF9

Black with #39ECF9

Text Example


Text Example

White with #39ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,236,249); }

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

background-color css

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

 a { background-color: rgb(57,236,249); }

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

border-color css

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

 span { border-color: rgb(57,236,249); }

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