Html Css Color HEX #39CCD7 Medium Turquoise

📋 copy color: '#39CCD7'

red 57 ◦ green 204 ◦ blue 215

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

Shades of Medium Turquoise #39CCD7

Tints of Medium Turquoise #39CCD7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.86%

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 11.97%
G = 42.86%
B = 45.17%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#39CCD7 (or 0x39CCD7) is known color: Medium Turquoise. HEX triplet: 39, CC and D7. RGB value is (57,204,215). Sum of RGB (Red+Green+Blue) = 57+204+215=476 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.97% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #39CCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCD7 is #C63328. Grayscale: #A1A1A1. Windows color (decimal): -12989225 or 14142521. OLE color: 14142521.

HSL color Cylindrical-coordinate representation of color #39CCD7: hue angle of 184.18º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39CCD7 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 204 215 -
CMYK 0.73 0.05 0 0.16
HSL 184.18º 0.66% 0.53% -
HSV(B) 184.18º 0.73% 0.84% -
XYZ 35.55 48.96 71.87 -
YUV 161.3 158.3 53.61 -
System Red Green Blue C M Y K H S L
Decimal 57 204 215 0.73 0.05 0 0.16 184.18 0.66 0.53
Hex 39 CC D7 49 5 0 10 B8 42 35
Octal 71 314 327 111 5 0 20 270 102 65
Binary 111001 11001100 11010111 1001001 101 0 10000 10111000 1000010 110101

Color Harmonies of #39CCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CCD7

Black with #39CCD7

Text Example


Text Example

White with #39CCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,204,215); }

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

background-color css

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

 a { background-color: rgb(57,204,215); }

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

border-color css

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

 span { border-color: rgb(57,204,215); }

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