Html Css Color HEX #37CEC2 Medium Turquoise

📋 copy color: '#37CEC2'

red 55 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #37CEC2

Tints of Medium Turquoise #37CEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 12.09%
G = 45.27%
B = 42.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#37CEC2 (or 0x37CEC2) is known color: Medium Turquoise. HEX triplet: 37, CE and C2. RGB value is (55,206,194). Sum of RGB (Red+Green+Blue) = 55+206+194=455 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.09% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEC2 is #C8313D. Grayscale: #9F9F9F. Windows color (decimal): -13119806 or 12766775. OLE color: 12766775.

HSL color Cylindrical-coordinate representation of color #37CEC2: hue angle of 175.23º 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 #37CEC2 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 206 194 -
CMYK 0.73 0 0.06 0.19
HSL 175.23º 0.61% 0.51% -
HSV(B) 175.23º 0.73% 0.81% -
XYZ 33.38 48.85 58.71 -
YUV 159.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 55 206 194 0.73 0 0.06 0.19 175.23 0.61 0.51
Hex 37 CE C2 49 0 6 13 AF 3D 33
Octal 67 316 302 111 0 6 23 257 75 63
Binary 110111 11001110 11000010 1001001 0 110 10011 10101111 111101 110011

Color Harmonies of #37CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CEC2

Black with #37CEC2

Text Example


Text Example

White with #37CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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