Html Css Color HEX #37F4D1 Turquoise

📋 copy color: '#37F4D1'

red 55 ◦ green 244 ◦ blue 209

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

Shades of Turquoise #37F4D1

Tints of Turquoise #37F4D1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.03%

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

R = 10.83%
G = 48.03%
B = 41.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#37F4D1 (or 0x37F4D1) is known color: Turquoise. HEX triplet: 37, F4 and D1. RGB value is (55,244,209). Sum of RGB (Red+Green+Blue) = 55+244+209=508 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.83% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F4D1 is #C80B2E. Grayscale: #B7B7B7. Windows color (decimal): -13110063 or 13759543. OLE color: 13759543.

HSL color Cylindrical-coordinate representation of color #37F4D1: hue angle of 168.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4D1 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 244 209 -
CMYK 0.77 0 0.14 0.04
HSL 168.89º 0.9% 0.59% -
HSV(B) 168.89º 0.77% 0.96% -
XYZ 45.43 70.12 71.46 -
YUV 183.5 142.38 36.35 -
System Red Green Blue C M Y K H S L
Decimal 55 244 209 0.77 0 0.14 0.04 168.89 0.9 0.59
Hex 37 F4 D1 4D 0 E 4 A9 5A 3B
Octal 67 364 321 115 0 16 4 251 132 73
Binary 110111 11110100 11010001 1001101 0 1110 100 10101001 1011010 111011

Color Harmonies of #37F4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F4D1

Black with #37F4D1

Text Example


Text Example

White with #37F4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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