Html Css Color HEX #37DDDB Turquoise

📋 copy color: '#37DDDB'

red 55 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #37DDDB

Tints of Turquoise #37DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

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

R = 11.11%
G = 44.65%
B = 44.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#37DDDB (or 0x37DDDB) is known color: Turquoise. HEX triplet: 37, DD and DB. RGB value is (55,221,219). Sum of RGB (Red+Green+Blue) = 55+221+219=495 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.11% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDDB is #C82224. Grayscale: #AAAAAA. Windows color (decimal): -13115941 or 14409015. OLE color: 14409015.

HSL color Cylindrical-coordinate representation of color #37DDDB: hue angle of 179.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DDDB is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 221 219 -
CMYK 0.75 0 0.01 0.13
HSL 179.28º 0.71% 0.54% -
HSV(B) 179.28º 0.75% 0.87% -
XYZ 40.22 57.64 76.02 -
YUV 171.14 155 45.16 -
System Red Green Blue C M Y K H S L
Decimal 55 221 219 0.75 0 0.01 0.13 179.28 0.71 0.54
Hex 37 DD DB 4B 0 1 D B3 47 36
Octal 67 335 333 113 0 1 15 263 107 66
Binary 110111 11011101 11011011 1001011 0 1 1101 10110011 1000111 110110

Color Harmonies of #37DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDDB

Black with #37DDDB

Text Example


Text Example

White with #37DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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