Html Css Color HEX #39E5DC Turquoise

📋 copy color: '#39E5DC'

red 57 ◦ green 229 ◦ blue 220

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

Shades of Turquoise #39E5DC

Tints of Turquoise #39E5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.26%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 11.26%
G = 45.26%
B = 43.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#39E5DC (or 0x39E5DC) is known color: Turquoise. HEX triplet: 39, E5 and DC. RGB value is (57,229,220). Sum of RGB (Red+Green+Blue) = 57+229+220=506 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.26% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #39E5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E5DC is #C61A23. Grayscale: #B0B0B0. Windows color (decimal): -12982820 or 14476601. OLE color: 14476601.

HSL color Cylindrical-coordinate representation of color #39E5DC: hue angle of 176.86º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E5DC is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 57 229 220 -
CMYK 0.75 0 0.04 0.10
HSL 176.86º 0.77% 0.56% -
HSV(B) 176.86º 0.75% 0.9% -
XYZ 42.62 62.08 77.45 -
YUV 176.55 152.52 42.73 -
System Red Green Blue C M Y K H S L
Decimal 57 229 220 0.75 0 0.04 0.10 176.86 0.77 0.56
Hex 39 E5 DC 4B 0 4 A B1 4D 38
Octal 71 345 334 113 0 4 12 261 115 70
Binary 111001 11100101 11011100 1001011 0 100 1010 10110001 1001101 111000

Color Harmonies of #39E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E5DC

Black with #39E5DC

Text Example


Text Example

White with #39E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,229,220); }

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

background-color css

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

 a { background-color: rgb(57,229,220); }

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

border-color css

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

 span { border-color: rgb(57,229,220); }

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