Html Css Color HEX #37CACE Medium Turquoise

📋 copy color: '#37CACE'

red 55 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #37CACE

Tints of Medium Turquoise #37CACE

RGB

 RED value IS 55 (21.88% from 255) = 11.88%

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

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

R = 11.88%
G = 43.63%
B = 44.49%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#37CACE (or 0x37CACE) is known color: Medium Turquoise. HEX triplet: 37, CA and CE. RGB value is (55,202,206). Sum of RGB (Red+Green+Blue) = 55+202+206=463 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.88% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #37CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CACE is #C83531. Grayscale: #9E9E9E. Windows color (decimal): -13120818 or 13552183. OLE color: 13552183.

HSL color Cylindrical-coordinate representation of color #37CACE: hue angle of 181.59º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CACE is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 202 206 -
CMYK 0.73 0.02 0 0.19
HSL 181.59º 0.61% 0.51% -
HSV(B) 181.59º 0.73% 0.81% -
XYZ 33.84 47.51 65.78 -
YUV 158.5 154.8 54.17 -
System Red Green Blue C M Y K H S L
Decimal 55 202 206 0.73 0.02 0 0.19 181.59 0.61 0.51
Hex 37 CA CE 49 2 0 13 B6 3D 33
Octal 67 312 316 111 2 0 23 266 75 63
Binary 110111 11001010 11001110 1001001 10 0 10011 10110110 111101 110011

Color Harmonies of #37CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CACE

Black with #37CACE

Text Example


Text Example

White with #37CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37CACE; }

 p { color: rgb(55,202,206); }

 H1.HeaderClassName
 {
   color: #37CACE;
 }
 .AnyTagClassName
 {
   color: #37CACE;
 }
</style>

background-color css

<style>
 a { background-color: #37CACE; }

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

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

border-color css

<style>
 span { border-color: #37CACE; }

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

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