Html Css Color HEX #37EFC7 Turquoise

📋 copy color: '#37EFC7'

red 55 ◦ green 239 ◦ blue 199

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

Shades of Turquoise #37EFC7

Tints of Turquoise #37EFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.48%

 BLUE value IS 199 (78.13% from 255) = 40.37%

R = 11.16%
G = 48.48%
B = 40.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#37EFC7 (or 0x37EFC7) is known color: Turquoise. HEX triplet: 37, EF and C7. RGB value is (55,239,199). Sum of RGB (Red+Green+Blue) = 55+239+199=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFC7 is #C81038. Grayscale: #B3B3B3. Windows color (decimal): -13111353 or 13102903. OLE color: 13102903.

HSL color Cylindrical-coordinate representation of color #37EFC7: hue angle of 166.96º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EFC7 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 239 199 -
CMYK 0.77 0 0.17 0.06
HSL 166.96º 0.85% 0.58% -
HSV(B) 166.96º 0.77% 0.94% -
XYZ 42.75 66.67 64.65 -
YUV 179.42 139.04 39.25 -
System Red Green Blue C M Y K H S L
Decimal 55 239 199 0.77 0 0.17 0.06 166.96 0.85 0.58
Hex 37 EF C7 4D 0 11 6 A7 55 3A
Octal 67 357 307 115 0 21 6 247 125 72
Binary 110111 11101111 11000111 1001101 0 10001 110 10100111 1010101 111010

Color Harmonies of #37EFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EFC7

Black with #37EFC7

Text Example


Text Example

White with #37EFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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