Html Css Color HEX #37CBBE Medium Turquoise

📋 copy color: '#37CBBE'

red 55 ◦ green 203 ◦ blue 190

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

Shades of Medium Turquoise #37CBBE

Tints of Medium Turquoise #37CBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 12.28%
G = 45.31%
B = 42.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#37CBBE (or 0x37CBBE) is known color: Medium Turquoise. HEX triplet: 37, CB and BE. RGB value is (55,203,190). Sum of RGB (Red+Green+Blue) = 55+203+190=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBBE is #C83441. Grayscale: #9D9D9D. Windows color (decimal): -13120578 or 12503863. OLE color: 12503863.

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

Color convert

RGB 55 203 190 -
CMYK 0.73 0 0.06 0.20
HSL 174.73º 0.59% 0.51% -
HSV(B) 174.73º 0.73% 0.8% -
XYZ 32.23 47.24 56.14 -
YUV 157.27 146.47 55.06 -
System Red Green Blue C M Y K H S L
Decimal 55 203 190 0.73 0 0.06 0.20 174.73 0.59 0.51
Hex 37 CB BE 49 0 6 14 AF 3B 33
Octal 67 313 276 111 0 6 24 257 73 63
Binary 110111 11001011 10111110 1001001 0 110 10100 10101111 111011 110011

Color Harmonies of #37CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CBBE

Black with #37CBBE

Text Example


Text Example

White with #37CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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