Html Css Color HEX #37D3D2 Turquoise

📋 copy color: '#37D3D2'

red 55 ◦ green 211 ◦ blue 210

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

Shades of Turquoise #37D3D2

Tints of Turquoise #37D3D2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.33%

 BLUE value IS 210 (82.42% from 255) = 44.12%

R = 11.55%
G = 44.33%
B = 44.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#37D3D2 (or 0x37D3D2) is known color: Turquoise. HEX triplet: 37, D3 and D2. RGB value is (55,211,210). Sum of RGB (Red+Green+Blue) = 55+211+210=476 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.55% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #37D3D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D3D2 is #C82C2D. Grayscale: #A4A4A4. Windows color (decimal): -13118510 or 13816631. OLE color: 13816631.

HSL color Cylindrical-coordinate representation of color #37D3D2: hue angle of 179.62º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D3D2 is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 55 211 210 -
CMYK 0.74 0 0.00 0.17
HSL 179.62º 0.64% 0.52% -
HSV(B) 179.62º 0.74% 0.83% -
XYZ 36.5 52.05 69.1 -
YUV 164.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 55 211 210 0.74 0 0.00 0.17 179.62 0.64 0.52
Hex 37 D3 D2 4A 0 0 11 B4 40 34
Octal 67 323 322 112 0 0 21 264 100 64
Binary 110111 11010011 11010010 1001010 0 0 10001 10110100 1000000 110100

Color Harmonies of #37D3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D3D2

Black with #37D3D2

Text Example


Text Example

White with #37D3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,211,210); }

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

background-color css

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

 a { background-color: rgb(55,211,210); }

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

border-color css

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

 span { border-color: rgb(55,211,210); }

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