Html Css Color HEX #37CBB8 Medium Turquoise

📋 copy color: '#37CBB8'

red 55 ◦ green 203 ◦ blue 184

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

Shades of Medium Turquoise #37CBB8

Tints of Medium Turquoise #37CBB8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.93%

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 12.44%
G = 45.93%
B = 41.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#37CBB8 (or 0x37CBB8) is known color: Medium Turquoise. HEX triplet: 37, CB and B8. RGB value is (55,203,184). Sum of RGB (Red+Green+Blue) = 55+203+184=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBB8 is #C83447. Grayscale: #9C9C9C. Windows color (decimal): -13120584 or 12110647. OLE color: 12110647.

HSL color Cylindrical-coordinate representation of color #37CBB8: hue angle of 172.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CBB8 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 203 184 -
CMYK 0.73 0 0.09 0.20
HSL 172.3º 0.59% 0.51% -
HSV(B) 172.3º 0.73% 0.8% -
XYZ 31.58 46.98 52.75 -
YUV 156.58 143.47 55.54 -
System Red Green Blue C M Y K H S L
Decimal 55 203 184 0.73 0 0.09 0.20 172.3 0.59 0.51
Hex 37 CB B8 49 0 9 14 AC 3B 33
Octal 67 313 270 111 0 11 24 254 73 63
Binary 110111 11001011 10111000 1001001 0 1001 10100 10101100 111011 110011

Color Harmonies of #37CBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CBB8

Black with #37CBB8

Text Example


Text Example

White with #37CBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,203,184); }

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

background-color css

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

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

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

border-color css

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

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

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