Html Css Color HEX #37EFD5 Turquoise

📋 copy color: '#37EFD5'

red 55 ◦ green 239 ◦ blue 213

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

Shades of Turquoise #37EFD5

Tints of Turquoise #37EFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 10.85%
G = 47.14%
B = 42.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#37EFD5 (or 0x37EFD5) is known color: Turquoise. HEX triplet: 37, EF and D5. RGB value is (55,239,213). Sum of RGB (Red+Green+Blue) = 55+239+213=507 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.85% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFD5 is #C8102A. Grayscale: #B4B4B4. Windows color (decimal): -13111339 or 14020407. OLE color: 14020407.

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

Color convert

RGB 55 239 213 -
CMYK 0.77 0 0.11 0.06
HSL 171.52º 0.85% 0.58% -
HSV(B) 171.52º 0.77% 0.94% -
XYZ 44.45 67.35 73.61 -
YUV 181.02 146.04 38.11 -
System Red Green Blue C M Y K H S L
Decimal 55 239 213 0.77 0 0.11 0.06 171.52 0.85 0.58
Hex 37 EF D5 4D 0 B 6 AC 55 3A
Octal 67 357 325 115 0 13 6 254 125 72
Binary 110111 11101111 11010101 1001101 0 1011 110 10101100 1010101 111010

Color Harmonies of #37EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EFD5

Black with #37EFD5

Text Example


Text Example

White with #37EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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