Html Css Color HEX #37DDB8 Turquoise

📋 copy color: '#37DDB8'

red 55 ◦ green 221 ◦ blue 184

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

Shades of Turquoise #37DDB8

Tints of Turquoise #37DDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40%

R = 11.96%
G = 48.04%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#37DDB8 (or 0x37DDB8) is known color: Turquoise. HEX triplet: 37, DD and B8. RGB value is (55,221,184). Sum of RGB (Red+Green+Blue) = 55+221+184=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDB8 is #C82247. Grayscale: #A7A7A7. Windows color (decimal): -13115976 or 12115255. OLE color: 12115255.

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

Color convert

RGB 55 221 184 -
CMYK 0.75 0 0.17 0.13
HSL 166.63º 0.71% 0.54% -
HSV(B) 166.63º 0.75% 0.87% -
XYZ 36.08 55.99 54.25 -
YUV 167.15 137.5 48.01 -
System Red Green Blue C M Y K H S L
Decimal 55 221 184 0.75 0 0.17 0.13 166.63 0.71 0.54
Hex 37 DD B8 4B 0 11 D A7 47 36
Octal 67 335 270 113 0 21 15 247 107 66
Binary 110111 11011101 10111000 1001011 0 10001 1101 10100111 1000111 110110

Color Harmonies of #37DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDB8

Black with #37DDB8

Text Example


Text Example

White with #37DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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