Html Css Color HEX #37F1DB Turquoise

📋 copy color: '#37F1DB'

red 55 ◦ green 241 ◦ blue 219

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

Shades of Turquoise #37F1DB

Tints of Turquoise #37F1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 10.68%
G = 46.8%
B = 42.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#37F1DB (or 0x37F1DB) is known color: Turquoise. HEX triplet: 37, F1 and DB. RGB value is (55,241,219). Sum of RGB (Red+Green+Blue) = 55+241+219=515 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.68% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1DB is #C80E24. Grayscale: #B6B6B6. Windows color (decimal): -13110821 or 14414135. OLE color: 14414135.

HSL color Cylindrical-coordinate representation of color #37F1DB: hue angle of 172.9º 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 #37F1DB is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 241 219 -
CMYK 0.77 0 0.09 0.05
HSL 172.9º 0.87% 0.58% -
HSV(B) 172.9º 0.77% 0.95% -
XYZ 45.82 68.84 77.89 -
YUV 182.88 148.38 36.79 -
System Red Green Blue C M Y K H S L
Decimal 55 241 219 0.77 0 0.09 0.05 172.9 0.87 0.58
Hex 37 F1 DB 4D 0 9 5 AD 57 3A
Octal 67 361 333 115 0 11 5 255 127 72
Binary 110111 11110001 11011011 1001101 0 1001 101 10101101 1010111 111010

Color Harmonies of #37F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F1DB

Black with #37F1DB

Text Example


Text Example

White with #37F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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