Html Css Color HEX #37CADB Medium Turquoise

📋 copy color: '#37CADB'

red 55 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #37CADB

Tints of Medium Turquoise #37CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.44%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 11.55%
G = 42.44%
B = 46.01%

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

#37CADB (or 0x37CADB) is known color: Medium Turquoise. HEX triplet: 37, CA and DB. RGB value is (55,202,219). Sum of RGB (Red+Green+Blue) = 55+202+219=476 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.55% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #37CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CADB is #C83524. Grayscale: #9F9F9F. Windows color (decimal): -13120805 or 14404151. OLE color: 14404151.

HSL color Cylindrical-coordinate representation of color #37CADB: hue angle of 186.22º degrees, saturation: 0.69, 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 #37CADB is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 202 219 -
CMYK 0.75 0.08 0 0.14
HSL 186.22º 0.69% 0.54% -
HSV(B) 186.22º 0.75% 0.86% -
XYZ 35.48 48.17 74.45 -
YUV 159.99 161.3 53.12 -
System Red Green Blue C M Y K H S L
Decimal 55 202 219 0.75 0.08 0 0.14 186.22 0.69 0.54
Hex 37 CA DB 4B 8 0 E BA 45 36
Octal 67 312 333 113 10 0 16 272 105 66
Binary 110111 11001010 11011011 1001011 1000 0 1110 10111010 1000101 110110

Color Harmonies of #37CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CADB

Black with #37CADB

Text Example


Text Example

White with #37CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,202,219); }

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

background-color css

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

 a { background-color: rgb(55,202,219); }

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

border-color css

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

 span { border-color: rgb(55,202,219); }

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