Html Css Color HEX #37DFD1 Turquoise

📋 copy color: '#37DFD1'

red 55 ◦ green 223 ◦ blue 209

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

Shades of Turquoise #37DFD1

Tints of Turquoise #37DFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

 BLUE value IS 209 (82.03% from 255) = 42.92%

R = 11.29%
G = 45.79%
B = 42.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#37DFD1 (or 0x37DFD1) is known color: Turquoise. HEX triplet: 37, DF and D1. RGB value is (55,223,209). Sum of RGB (Red+Green+Blue) = 55+223+209=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFD1 is #C8202E. Grayscale: #ABABAB. Windows color (decimal): -13115439 or 13754167. OLE color: 13754167.

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

Color convert

RGB 55 223 209 -
CMYK 0.75 0 0.06 0.13
HSL 175º 0.72% 0.55% -
HSV(B) 175º 0.75% 0.87% -
XYZ 39.47 58.19 69.47 -
YUV 171.17 149.34 45.14 -
System Red Green Blue C M Y K H S L
Decimal 55 223 209 0.75 0 0.06 0.13 175 0.72 0.55
Hex 37 DF D1 4B 0 6 D AF 48 37
Octal 67 337 321 113 0 6 15 257 110 67
Binary 110111 11011111 11010001 1001011 0 110 1101 10101111 1001000 110111

Color Harmonies of #37DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DFD1

Black with #37DFD1

Text Example


Text Example

White with #37DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,223,209); }

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

background-color css

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

 a { background-color: rgb(55,223,209); }

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

border-color css

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

 span { border-color: rgb(55,223,209); }

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