Html Css Color HEX #39CDDC Medium Turquoise

📋 copy color: '#39CDDC'

red 57 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #39CDDC

Tints of Medium Turquoise #39CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 11.83%
G = 42.53%
B = 45.64%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#39CDDC (or 0x39CDDC) is known color: Medium Turquoise. HEX triplet: 39, CD and DC. RGB value is (57,205,220). Sum of RGB (Red+Green+Blue) = 57+205+220=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #39CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDDC is #C63223. Grayscale: #A2A2A2. Windows color (decimal): -12988964 or 14470457. OLE color: 14470457.

HSL color Cylindrical-coordinate representation of color #39CDDC: hue angle of 185.52º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CDDC is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 205 220 -
CMYK 0.74 0.07 0 0.14
HSL 185.52º 0.7% 0.54% -
HSV(B) 185.52º 0.74% 0.86% -
XYZ 36.44 49.7 75.38 -
YUV 162.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 57 205 220 0.74 0.07 0 0.14 185.52 0.7 0.54
Hex 39 CD DC 4A 7 0 E BA 46 36
Octal 71 315 334 112 7 0 16 272 106 66
Binary 111001 11001101 11011100 1001010 111 0 1110 10111010 1000110 110110

Color Harmonies of #39CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CDDC

Black with #39CDDC

Text Example


Text Example

White with #39CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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