Html Css Color HEX #37CBDC Medium Turquoise

📋 copy color: '#37CBDC'

red 55 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #37CBDC

Tints of Medium Turquoise #37CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 11.51%
G = 42.47%
B = 46.03%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37CBDC (or 0x37CBDC) is known color: Medium Turquoise. HEX triplet: 37, CB and DC. RGB value is (55,203,220). Sum of RGB (Red+Green+Blue) = 55+203+220=478 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.51% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #37CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBDC is #C83423. Grayscale: #A0A0A0. Windows color (decimal): -13120548 or 14469943. OLE color: 14469943.

HSL color Cylindrical-coordinate representation of color #37CBDC: hue angle of 186.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CBDC is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 203 220 -
CMYK 0.75 0.08 0 0.14
HSL 186.18º 0.7% 0.54% -
HSV(B) 186.18º 0.75% 0.86% -
XYZ 35.85 48.69 75.22 -
YUV 160.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 55 203 220 0.75 0.08 0 0.14 186.18 0.7 0.54
Hex 37 CB DC 4B 8 0 E BA 46 36
Octal 67 313 334 113 10 0 16 272 106 66
Binary 110111 11001011 11011100 1001011 1000 0 1110 10111010 1000110 110110

Color Harmonies of #37CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CBDC

Black with #37CBDC

Text Example


Text Example

White with #37CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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