Html Css Color HEX #37D0CB Medium Turquoise

📋 copy color: '#37D0CB'

red 55 ◦ green 208 ◦ blue 203

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

Shades of Medium Turquoise #37D0CB

Tints of Medium Turquoise #37D0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 11.8%
G = 44.64%
B = 43.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#37D0CB (or 0x37D0CB) is known color: Medium Turquoise. HEX triplet: 37, D0 and CB. RGB value is (55,208,203). Sum of RGB (Red+Green+Blue) = 55+208+203=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #37D0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D0CB is #C82F34. Grayscale: #A1A1A1. Windows color (decimal): -13119285 or 13357111. OLE color: 13357111.

HSL color Cylindrical-coordinate representation of color #37D0CB: hue angle of 178.04º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D0CB is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 208 203 -
CMYK 0.74 0 0.02 0.18
HSL 178.04º 0.62% 0.52% -
HSV(B) 178.04º 0.74% 0.82% -
XYZ 34.91 50.24 64.36 -
YUV 161.68 151.31 51.91 -
System Red Green Blue C M Y K H S L
Decimal 55 208 203 0.74 0 0.02 0.18 178.04 0.62 0.52
Hex 37 D0 CB 4A 0 2 12 B2 3E 34
Octal 67 320 313 112 0 2 22 262 76 64
Binary 110111 11010000 11001011 1001010 0 10 10010 10110010 111110 110100

Color Harmonies of #37D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D0CB

Black with #37D0CB

Text Example


Text Example

White with #37D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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