Html Css Color HEX #39F4E0 Turquoise

📋 copy color: '#39F4E0'

red 57 ◦ green 244 ◦ blue 224

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

Shades of Turquoise #39F4E0

Tints of Turquoise #39F4E0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.48%

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 10.86%
G = 46.48%
B = 42.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#39F4E0 (or 0x39F4E0) is known color: Turquoise. HEX triplet: 39, F4 and E0. RGB value is (57,244,224). Sum of RGB (Red+Green+Blue) = 57+244+224=525 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.86% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #39F4E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F4E0 is #C60B1F. Grayscale: #B9B9B9. Windows color (decimal): -12978976 or 14742585. OLE color: 14742585.

HSL color Cylindrical-coordinate representation of color #39F4E0: hue angle of 173.58º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F4E0 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 57 244 224 -
CMYK 0.77 0 0.08 0.04
HSL 173.58º 0.89% 0.59% -
HSV(B) 173.58º 0.77% 0.96% -
XYZ 47.49 70.95 81.71 -
YUV 185.81 149.55 36.13 -
System Red Green Blue C M Y K H S L
Decimal 57 244 224 0.77 0 0.08 0.04 173.58 0.89 0.59
Hex 39 F4 E0 4D 0 8 4 AE 59 3B
Octal 71 364 340 115 0 10 4 256 131 73
Binary 111001 11110100 11100000 1001101 0 1000 100 10101110 1011001 111011

Color Harmonies of #39F4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39F4E0

Black with #39F4E0

Text Example


Text Example

White with #39F4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,244,224); }

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

background-color css

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

 a { background-color: rgb(57,244,224); }

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

border-color css

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

 span { border-color: rgb(57,244,224); }

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