Html Css Color HEX #37CFB5 Medium Turquoise

📋 copy color: '#37CFB5'

red 55 ◦ green 207 ◦ blue 181

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

Shades of Medium Turquoise #37CFB5

Tints of Medium Turquoise #37CFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 12.42%
G = 46.73%
B = 40.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#37CFB5 (or 0x37CFB5) is known color: Medium Turquoise. HEX triplet: 37, CF and B5. RGB value is (55,207,181). Sum of RGB (Red+Green+Blue) = 55+207+181=443 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.42% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFB5 is #C8304A. Grayscale: #9E9E9E. Windows color (decimal): -13119563 or 11915063. OLE color: 11915063.

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

Color convert

RGB 55 207 181 -
CMYK 0.73 0 0.13 0.19
HSL 169.74º 0.61% 0.51% -
HSV(B) 169.74º 0.73% 0.81% -
XYZ 32.23 48.77 51.43 -
YUV 158.59 140.64 54.11 -
System Red Green Blue C M Y K H S L
Decimal 55 207 181 0.73 0 0.13 0.19 169.74 0.61 0.51
Hex 37 CF B5 49 0 D 13 AA 3D 33
Octal 67 317 265 111 0 15 23 252 75 63
Binary 110111 11001111 10110101 1001001 0 1101 10011 10101010 111101 110011

Color Harmonies of #37CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CFB5

Black with #37CFB5

Text Example


Text Example

White with #37CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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