Html Css Color HEX #37DDDA Turquoise

📋 copy color: '#37DDDA'

red 55 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #37DDDA

Tints of Turquoise #37DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 11.13%
G = 44.74%
B = 44.13%

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

#37DDDA (or 0x37DDDA) is known color: Turquoise. HEX triplet: 37, DD and DA. RGB value is (55,221,218). Sum of RGB (Red+Green+Blue) = 55+221+218=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDDA is #C82225. Grayscale: #AAAAAA. Windows color (decimal): -13115942 or 14343479. OLE color: 14343479.

HSL color Cylindrical-coordinate representation of color #37DDDA: hue angle of 178.92º 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 #37DDDA is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 221 218 -
CMYK 0.75 0 0.01 0.13
HSL 178.92º 0.71% 0.54% -
HSV(B) 178.92º 0.75% 0.87% -
XYZ 40.09 57.59 75.33 -
YUV 171.02 154.5 45.24 -
System Red Green Blue C M Y K H S L
Decimal 55 221 218 0.75 0 0.01 0.13 178.92 0.71 0.54
Hex 37 DD DA 4B 0 1 D B3 47 36
Octal 67 335 332 113 0 1 15 263 107 66
Binary 110111 11011101 11011010 1001011 0 1 1101 10110011 1000111 110110

Color Harmonies of #37DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDDA

Black with #37DDDA

Text Example


Text Example

White with #37DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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