Html Css Color HEX #37CFBC Medium Turquoise

📋 copy color: '#37CFBC'

red 55 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #37CFBC

Tints of Medium Turquoise #37CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 12.22%
G = 46%
B = 41.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#37CFBC (or 0x37CFBC) is known color: Medium Turquoise. HEX triplet: 37, CF and BC. RGB value is (55,207,188). Sum of RGB (Red+Green+Blue) = 55+207+188=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFBC is #C83043. Grayscale: #9F9F9F. Windows color (decimal): -13119556 or 12373815. OLE color: 12373815.

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

Color convert

RGB 55 207 188 -
CMYK 0.73 0 0.09 0.19
HSL 172.5º 0.61% 0.51% -
HSV(B) 172.5º 0.73% 0.81% -
XYZ 32.97 49.07 55.31 -
YUV 159.39 144.14 53.54 -
System Red Green Blue C M Y K H S L
Decimal 55 207 188 0.73 0 0.09 0.19 172.5 0.61 0.51
Hex 37 CF BC 49 0 9 13 AC 3D 33
Octal 67 317 274 111 0 11 23 254 75 63
Binary 110111 11001111 10111100 1001001 0 1001 10011 10101100 111101 110011

Color Harmonies of #37CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CFBC

Black with #37CFBC

Text Example


Text Example

White with #37CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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