Html Css Color HEX #37E6EB Turquoise

📋 copy color: '#37E6EB'

red 55 ◦ green 230 ◦ blue 235

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

Shades of Turquoise #37E6EB

Tints of Turquoise #37E6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.23%

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 10.58%
G = 44.23%
B = 45.19%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#37E6EB (or 0x37E6EB) is known color: Turquoise. HEX triplet: 37, E6 and EB. RGB value is (55,230,235). Sum of RGB (Red+Green+Blue) = 55+230+235=520 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.58% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #37E6EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E6EB is #C81914. Grayscale: #B2B2B2. Windows color (decimal): -13113621 or 15459895. OLE color: 15459895.

HSL color Cylindrical-coordinate representation of color #37E6EB: hue angle of 181.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37E6EB is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 230 235 -
CMYK 0.77 0.02 0 0.08
HSL 181.67º 0.82% 0.57% -
HSV(B) 181.67º 0.77% 0.92% -
XYZ 44.87 63.4 88.47 -
YUV 178.25 160.02 40.09 -
System Red Green Blue C M Y K H S L
Decimal 55 230 235 0.77 0.02 0 0.08 181.67 0.82 0.57
Hex 37 E6 EB 4D 2 0 8 B6 52 39
Octal 67 346 353 115 2 0 10 266 122 71
Binary 110111 11100110 11101011 1001101 10 0 1000 10110110 1010010 111001

Color Harmonies of #37E6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E6EB

Black with #37E6EB

Text Example


Text Example

White with #37E6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,230,235); }

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

background-color css

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

 a { background-color: rgb(55,230,235); }

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

border-color css

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

 span { border-color: rgb(55,230,235); }

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