Html Css Color HEX #39C5D7 Medium Turquoise

📋 copy color: '#39C5D7'

red 57 ◦ green 197 ◦ blue 215

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

Shades of Medium Turquoise #39C5D7

Tints of Medium Turquoise #39C5D7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42%

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

R = 12.15%
G = 42%
B = 45.84%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#39C5D7 (or 0x39C5D7) is known color: Medium Turquoise. HEX triplet: 39, C5 and D7. RGB value is (57,197,215). Sum of RGB (Red+Green+Blue) = 57+197+215=469 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.15% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #39C5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C5D7 is #C63A28. Grayscale: #9C9C9C. Windows color (decimal): -12991017 or 14140729. OLE color: 14140729.

HSL color Cylindrical-coordinate representation of color #39C5D7: hue angle of 186.84º 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 #39C5D7 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 197 215 -
CMYK 0.73 0.08 0 0.16
HSL 186.84º 0.66% 0.53% -
HSV(B) 186.84º 0.73% 0.84% -
XYZ 33.92 45.71 71.32 -
YUV 157.19 160.62 56.54 -
System Red Green Blue C M Y K H S L
Decimal 57 197 215 0.73 0.08 0 0.16 186.84 0.66 0.53
Hex 39 C5 D7 49 8 0 10 BB 42 35
Octal 71 305 327 111 10 0 20 273 102 65
Binary 111001 11000101 11010111 1001001 1000 0 10000 10111011 1000010 110101

Color Harmonies of #39C5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C5D7

Black with #39C5D7

Text Example


Text Example

White with #39C5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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