Html Css Color HEX #37CFCE Medium Turquoise

📋 copy color: '#37CFCE'

red 55 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #37CFCE

Tints of Medium Turquoise #37CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.23%

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

R = 11.75%
G = 44.23%
B = 44.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#37CFCE (or 0x37CFCE) is known color: Medium Turquoise. HEX triplet: 37, CF and CE. RGB value is (55,207,206). Sum of RGB (Red+Green+Blue) = 55+207+206=468 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.75% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFCE is #C83031. Grayscale: #A1A1A1. Windows color (decimal): -13119538 or 13553463. OLE color: 13553463.

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

Color convert

RGB 55 207 206 -
CMYK 0.73 0 0.00 0.19
HSL 179.61º 0.61% 0.51% -
HSV(B) 179.61º 0.73% 0.81% -
XYZ 35.03 49.89 66.18 -
YUV 161.44 153.14 52.08 -
System Red Green Blue C M Y K H S L
Decimal 55 207 206 0.73 0 0.00 0.19 179.61 0.61 0.51
Hex 37 CF CE 49 0 0 13 B4 3D 33
Octal 67 317 316 111 0 0 23 264 75 63
Binary 110111 11001111 11001110 1001001 0 0 10011 10110100 111101 110011

Color Harmonies of #37CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CFCE

Black with #37CFCE

Text Example


Text Example

White with #37CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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