Html Css Color HEX #39DFD0 Turquoise

📋 copy color: '#39DFD0'

red 57 ◦ green 223 ◦ blue 208

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

Shades of Turquoise #39DFD0

Tints of Turquoise #39DFD0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.7%

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 11.68%
G = 45.7%
B = 42.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#39DFD0 (or 0x39DFD0) is known color: Turquoise. HEX triplet: 39, DF and D0. RGB value is (57,223,208). Sum of RGB (Red+Green+Blue) = 57+223+208=488 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.68% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DFD0 is #C6202F. Grayscale: #ABABAB. Windows color (decimal): -12984368 or 13688633. OLE color: 13688633.

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

Color convert

RGB 57 223 208 -
CMYK 0.74 0 0.07 0.13
HSL 174.58º 0.72% 0.55% -
HSV(B) 174.58º 0.74% 0.87% -
XYZ 39.46 58.2 68.83 -
YUV 171.66 148.5 46.22 -
System Red Green Blue C M Y K H S L
Decimal 57 223 208 0.74 0 0.07 0.13 174.58 0.72 0.55
Hex 39 DF D0 4A 0 7 D AF 48 37
Octal 71 337 320 112 0 7 15 257 110 67
Binary 111001 11011111 11010000 1001010 0 111 1101 10101111 1001000 110111

Color Harmonies of #39DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DFD0

Black with #39DFD0

Text Example


Text Example

White with #39DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,223,208); }

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

background-color css

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

 a { background-color: rgb(57,223,208); }

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

border-color css

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

 span { border-color: rgb(57,223,208); }

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