Html Css Color HEX #39DEBC Turquoise

📋 copy color: '#39DEBC'

red 57 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #39DEBC

Tints of Turquoise #39DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.54%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 12.21%
G = 47.54%
B = 40.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#39DEBC (or 0x39DEBC) is known color: Turquoise. HEX triplet: 39, DE and BC. RGB value is (57,222,188). Sum of RGB (Red+Green+Blue) = 57+222+188=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #39DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DEBC is #C62143. Grayscale: #A8A8A8. Windows color (decimal): -12984644 or 12377657. OLE color: 12377657.

HSL color Cylindrical-coordinate representation of color #39DEBC: hue angle of 167.64º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DEBC is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 222 188 -
CMYK 0.74 0 0.15 0.13
HSL 167.64º 0.71% 0.55% -
HSV(B) 167.64º 0.74% 0.87% -
XYZ 36.89 56.74 56.59 -
YUV 168.79 138.84 48.26 -
System Red Green Blue C M Y K H S L
Decimal 57 222 188 0.74 0 0.15 0.13 167.64 0.71 0.55
Hex 39 DE BC 4A 0 F D A8 47 37
Octal 71 336 274 112 0 17 15 250 107 67
Binary 111001 11011110 10111100 1001010 0 1111 1101 10101000 1000111 110111

Color Harmonies of #39DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DEBC

Black with #39DEBC

Text Example


Text Example

White with #39DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,222,188); }

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

background-color css

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

 a { background-color: rgb(57,222,188); }

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

border-color css

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

 span { border-color: rgb(57,222,188); }

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