Html Css Color HEX #37CACB Medium Turquoise

📋 copy color: '#37CACB'

red 55 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #37CACB

Tints of Medium Turquoise #37CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 11.96%
G = 43.91%
B = 44.13%

CMYK

 C value IS 0.73

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#37CACB (or 0x37CACB) is known color: Medium Turquoise. HEX triplet: 37, CA and CB. RGB value is (55,202,203). Sum of RGB (Red+Green+Blue) = 55+202+203=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #37CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CACB is #C83534. Grayscale: #9E9E9E. Windows color (decimal): -13120821 or 13355575. OLE color: 13355575.

HSL color Cylindrical-coordinate representation of color #37CACB: hue angle of 180.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CACB is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 202 203 -
CMYK 0.73 0.00 0 0.20
HSL 180.41º 0.59% 0.51% -
HSV(B) 180.41º 0.73% 0.8% -
XYZ 33.48 47.37 63.88 -
YUV 158.16 153.3 54.42 -
System Red Green Blue C M Y K H S L
Decimal 55 202 203 0.73 0.00 0 0.20 180.41 0.59 0.51
Hex 37 CA CB 49 0 0 14 B4 3B 33
Octal 67 312 313 111 0 0 24 264 73 63
Binary 110111 11001010 11001011 1001001 0 0 10100 10110100 111011 110011

Color Harmonies of #37CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CACB

Black with #37CACB

Text Example


Text Example

White with #37CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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