Html Css Color HEX #39CABB Medium Turquoise

📋 copy color: '#39CABB'

red 57 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #39CABB

Tints of Medium Turquoise #39CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.29%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 12.78%
G = 45.29%
B = 41.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#39CABB (or 0x39CABB) is known color: Medium Turquoise. HEX triplet: 39, CA and BB. RGB value is (57,202,187). Sum of RGB (Red+Green+Blue) = 57+202+187=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #39CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CABB is #C63544. Grayscale: #9C9C9C. Windows color (decimal): -12989765 or 12307001. OLE color: 12307001.

HSL color Cylindrical-coordinate representation of color #39CABB: hue angle of 173.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CABB is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 57 202 187 -
CMYK 0.72 0 0.07 0.21
HSL 173.79º 0.58% 0.51% -
HSV(B) 173.79º 0.72% 0.79% -
XYZ 31.78 46.7 54.35 -
YUV 156.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 57 202 187 0.72 0 0.07 0.21 173.79 0.58 0.51
Hex 39 CA BB 48 0 7 15 AE 3A 33
Octal 71 312 273 110 0 7 25 256 72 63
Binary 111001 11001010 10111011 1001000 0 111 10101 10101110 111010 110011

Color Harmonies of #39CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CABB

Black with #39CABB

Text Example


Text Example

White with #39CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,202,187); }

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

background-color css

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

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

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

border-color css

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

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

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