Html Css Color HEX #37D7EF Turquoise

📋 copy color: '#37D7EF'

red 55 ◦ green 215 ◦ blue 239

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

Shades of Turquoise #37D7EF

Tints of Turquoise #37D7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.24%

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

R = 10.81%
G = 42.24%
B = 46.95%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#37D7EF (or 0x37D7EF) is known color: Turquoise. HEX triplet: 37, D7 and EF. RGB value is (55,215,239). Sum of RGB (Red+Green+Blue) = 55+215+239=509 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.81% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #37D7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37D7EF is #C82810. Grayscale: #A9A9A9. Windows color (decimal): -13117457 or 15718199. OLE color: 15718199.

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

Color convert

RGB 55 215 239 -
CMYK 0.77 0.10 0 0.06
HSL 187.83º 0.85% 0.58% -
HSV(B) 187.83º 0.77% 0.94% -
XYZ 41.46 55.65 90.22 -
YUV 169.9 166.99 46.05 -
System Red Green Blue C M Y K H S L
Decimal 55 215 239 0.77 0.10 0 0.06 187.83 0.85 0.58
Hex 37 D7 EF 4D A 0 6 BC 55 3A
Octal 67 327 357 115 12 0 6 274 125 72
Binary 110111 11010111 11101111 1001101 1010 0 110 10111100 1010101 111010

Color Harmonies of #37D7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D7EF

Black with #37D7EF

Text Example


Text Example

White with #37D7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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