Html Css Color HEX #39C1CE Medium Turquoise

📋 copy color: '#39C1CE'

red 57 ◦ green 193 ◦ blue 206

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

Shades of Medium Turquoise #39C1CE

Tints of Medium Turquoise #39C1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

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

R = 12.5%
G = 42.32%
B = 45.18%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#39C1CE (or 0x39C1CE) is known color: Medium Turquoise. HEX triplet: 39, C1 and CE. RGB value is (57,193,206). Sum of RGB (Red+Green+Blue) = 57+193+206=456 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.5% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #39C1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C1CE is #C63E31. Grayscale: #999999. Windows color (decimal): -12992050 or 13549881. OLE color: 13549881.

HSL color Cylindrical-coordinate representation of color #39C1CE: hue angle of 185.23º 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 #39C1CE is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 193 206 -
CMYK 0.72 0.06 0 0.19
HSL 185.23º 0.6% 0.52% -
HSV(B) 185.23º 0.72% 0.81% -
XYZ 31.9 43.47 65.1 -
YUV 153.82 157.44 58.94 -
System Red Green Blue C M Y K H S L
Decimal 57 193 206 0.72 0.06 0 0.19 185.23 0.6 0.52
Hex 39 C1 CE 48 6 0 13 B9 3C 34
Octal 71 301 316 110 6 0 23 271 74 64
Binary 111001 11000001 11001110 1001000 110 0 10011 10111001 111100 110100

Color Harmonies of #39C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C1CE

Black with #39C1CE

Text Example


Text Example

White with #39C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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