Html Css Color HEX #39CEBA Medium Turquoise

📋 copy color: '#39CEBA'

red 57 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #39CEBA

Tints of Medium Turquoise #39CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 12.69%
G = 45.88%
B = 41.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#39CEBA (or 0x39CEBA) is known color: Medium Turquoise. HEX triplet: 39, CE and BA. RGB value is (57,206,186). Sum of RGB (Red+Green+Blue) = 57+206+186=449 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.69% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEBA is #C63145. Grayscale: #9F9F9F. Windows color (decimal): -12988742 or 12242489. OLE color: 12242489.

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

Color convert

RGB 57 206 186 -
CMYK 0.72 0 0.10 0.19
HSL 171.95º 0.6% 0.52% -
HSV(B) 171.95º 0.72% 0.81% -
XYZ 32.62 48.56 54.11 -
YUV 159.17 143.14 55.13 -
System Red Green Blue C M Y K H S L
Decimal 57 206 186 0.72 0 0.10 0.19 171.95 0.6 0.52
Hex 39 CE BA 48 0 A 13 AC 3C 34
Octal 71 316 272 110 0 12 23 254 74 64
Binary 111001 11001110 10111010 1001000 0 1010 10011 10101100 111100 110100

Color Harmonies of #39CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CEBA

Black with #39CEBA

Text Example


Text Example

White with #39CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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