Html Css Color HEX #39CECE Medium Turquoise

📋 copy color: '#39CECE'

red 57 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #39CECE

Tints of Medium Turquoise #39CECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.92%

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 12.15%
G = 43.92%
B = 43.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#39CECE (or 0x39CECE) is known color: Medium Turquoise. HEX triplet: 39, CE and CE. RGB value is (57,206,206). Sum of RGB (Red+Green+Blue) = 57+206+206=469 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.15% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #39CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CECE is #C63131. Grayscale: #A1A1A1. Windows color (decimal): -12988722 or 13553209. OLE color: 13553209.

HSL color Cylindrical-coordinate representation of color #39CECE: hue angle of 180º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CECE is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 206 206 -
CMYK 0.72 0 0 0.19
HSL 180º 0.6% 0.52% -
HSV(B) 180º 0.72% 0.81% -
XYZ 34.9 49.47 66.1 -
YUV 161.45 153.14 53.5 -
System Red Green Blue C M Y K H S L
Decimal 57 206 206 0.72 0 0 0.19 180 0.6 0.52
Hex 39 CE CE 48 0 0 13 B4 3C 34
Octal 71 316 316 110 0 0 23 264 74 64
Binary 111001 11001110 11001110 1001000 0 0 10011 10110100 111100 110100

Color Harmonies of #39CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CECE

Black with #39CECE

Text Example


Text Example

White with #39CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,206,206); }

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

background-color css

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

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

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

border-color css

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

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

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