Html Css Color HEX #37F1DA Turquoise

📋 copy color: '#37F1DA'

red 55 ◦ green 241 ◦ blue 218

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

Shades of Turquoise #37F1DA

Tints of Turquoise #37F1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 10.7%
G = 46.89%
B = 42.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#37F1DA (or 0x37F1DA) is known color: Turquoise. HEX triplet: 37, F1 and DA. RGB value is (55,241,218). Sum of RGB (Red+Green+Blue) = 55+241+218=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1DA is #C80E25. Grayscale: #B6B6B6. Windows color (decimal): -13110822 or 14348599. OLE color: 14348599.

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

Color convert

RGB 55 241 218 -
CMYK 0.77 0 0.10 0.05
HSL 172.58º 0.87% 0.58% -
HSV(B) 172.58º 0.77% 0.95% -
XYZ 45.69 68.78 77.2 -
YUV 182.76 147.88 36.87 -
System Red Green Blue C M Y K H S L
Decimal 55 241 218 0.77 0 0.10 0.05 172.58 0.87 0.58
Hex 37 F1 DA 4D 0 A 5 AD 57 3A
Octal 67 361 332 115 0 12 5 255 127 72
Binary 110111 11110001 11011010 1001101 0 1010 101 10101101 1010111 111010

Color Harmonies of #37F1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F1DA

Black with #37F1DA

Text Example


Text Example

White with #37F1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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