Html Css Color HEX #37F4EF Turquoise

📋 copy color: '#37F4EF'

red 55 ◦ green 244 ◦ blue 239

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

Shades of Turquoise #37F4EF

Tints of Turquoise #37F4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 10.22%
G = 45.35%
B = 44.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#37F4EF (or 0x37F4EF) is known color: Turquoise. HEX triplet: 37, F4 and EF. RGB value is (55,244,239). Sum of RGB (Red+Green+Blue) = 55+244+239=538 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.22% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F4EF is #C80B10. Grayscale: #BABABA. Windows color (decimal): -13110033 or 15725623. OLE color: 15725623.

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

Color convert

RGB 55 244 239 -
CMYK 0.77 0 0.02 0.04
HSL 178.41º 0.9% 0.59% -
HSV(B) 178.41º 0.77% 0.96% -
XYZ 49.51 71.75 92.9 -
YUV 186.92 157.38 33.91 -
System Red Green Blue C M Y K H S L
Decimal 55 244 239 0.77 0 0.02 0.04 178.41 0.9 0.59
Hex 37 F4 EF 4D 0 2 4 B2 5A 3B
Octal 67 364 357 115 0 2 4 262 132 73
Binary 110111 11110100 11101111 1001101 0 10 100 10110010 1011010 111011

Color Harmonies of #37F4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F4EF

Black with #37F4EF

Text Example


Text Example

White with #37F4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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