Html Css Color HEX #37CACA Medium Turquoise

📋 copy color: '#37CACA'

red 55 ◦ green 202 ◦ blue 202

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

Shades of Medium Turquoise #37CACA

Tints of Medium Turquoise #37CACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 11.98%
G = 44.01%
B = 44.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#37CACA (or 0x37CACA) is known color: Medium Turquoise. HEX triplet: 37, CA and CA. RGB value is (55,202,202). Sum of RGB (Red+Green+Blue) = 55+202+202=459 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.98% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #37CACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CACA is #C83535. Grayscale: #9D9D9D. Windows color (decimal): -13120822 or 13290039. OLE color: 13290039.

HSL color Cylindrical-coordinate representation of color #37CACA: hue angle of 180º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CACA is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 202 202 -
CMYK 0.73 0 0 0.21
HSL 180º 0.58% 0.5% -
HSV(B) 180º 0.73% 0.79% -
XYZ 33.36 47.32 63.25 -
YUV 158.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 55 202 202 0.73 0 0 0.21 180 0.58 0.5
Hex 37 CA CA 49 0 0 15 B4 3A 32
Octal 67 312 312 111 0 0 25 264 72 62
Binary 110111 11001010 11001010 1001001 0 0 10101 10110100 111010 110010

Color Harmonies of #37CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CACA

Black with #37CACA

Text Example


Text Example

White with #37CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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