Html Css Color HEX #37F1D1 Turquoise

📋 copy color: '#37F1D1'

red 55 ◦ green 241 ◦ blue 209

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

Shades of Turquoise #37F1D1

Tints of Turquoise #37F1D1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.72%

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

R = 10.89%
G = 47.72%
B = 41.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#37F1D1 (or 0x37F1D1) is known color: Turquoise. HEX triplet: 37, F1 and D1. RGB value is (55,241,209). Sum of RGB (Red+Green+Blue) = 55+241+209=505 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.89% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1D1 is #C80E2E. Grayscale: #B5B5B5. Windows color (decimal): -13110831 or 13758775. OLE color: 13758775.

HSL color Cylindrical-coordinate representation of color #37F1D1: hue angle of 169.68º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F1D1 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 241 209 -
CMYK 0.77 0 0.13 0.05
HSL 169.68º 0.87% 0.58% -
HSV(B) 169.68º 0.77% 0.95% -
XYZ 44.54 68.33 71.16 -
YUV 181.74 143.38 37.6 -
System Red Green Blue C M Y K H S L
Decimal 55 241 209 0.77 0 0.13 0.05 169.68 0.87 0.58
Hex 37 F1 D1 4D 0 D 5 AA 57 3A
Octal 67 361 321 115 0 15 5 252 127 72
Binary 110111 11110001 11010001 1001101 0 1101 101 10101010 1010111 111010

Color Harmonies of #37F1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F1D1

Black with #37F1D1

Text Example


Text Example

White with #37F1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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