Html Css Color HEX #39DDC4 Turquoise

📋 copy color: '#39DDC4'

red 57 ◦ green 221 ◦ blue 196

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

Shades of Turquoise #39DDC4

Tints of Turquoise #39DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

 BLUE value IS 196 (76.95% from 255) = 41.35%

R = 12.03%
G = 46.62%
B = 41.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#39DDC4 (or 0x39DDC4) is known color: Turquoise. HEX triplet: 39, DD and C4. RGB value is (57,221,196). Sum of RGB (Red+Green+Blue) = 57+221+196=474 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.03% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDC4 is #C6223B. Grayscale: #A9A9A9. Windows color (decimal): -12984892 or 12901689. OLE color: 12901689.

HSL color Cylindrical-coordinate representation of color #39DDC4: hue angle of 170.85º 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 #39DDC4 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 221 196 -
CMYK 0.74 0 0.11 0.13
HSL 170.85º 0.71% 0.55% -
HSV(B) 170.85º 0.74% 0.87% -
XYZ 37.51 56.57 61.17 -
YUV 169.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 57 221 196 0.74 0 0.11 0.13 170.85 0.71 0.55
Hex 39 DD C4 4A 0 B D AB 47 37
Octal 71 335 304 112 0 13 15 253 107 67
Binary 111001 11011101 11000100 1001010 0 1011 1101 10101011 1000111 110111

Color Harmonies of #39DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DDC4

Black with #39DDC4

Text Example


Text Example

White with #39DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,221,196); }

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

background-color css

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

 a { background-color: rgb(57,221,196); }

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

border-color css

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

 span { border-color: rgb(57,221,196); }

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