Html Css Color HEX #37EDF6 Turquoise

📋 copy color: '#37EDF6'

red 55 ◦ green 237 ◦ blue 246

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

Shades of Turquoise #37EDF6

Tints of Turquoise #37EDF6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.05%

 BLUE value IS 246 (96.48% from 255) = 45.72%

R = 10.22%
G = 44.05%
B = 45.72%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#37EDF6 (or 0x37EDF6) is known color: Turquoise. HEX triplet: 37, ED and F6. RGB value is (55,237,246). Sum of RGB (Red+Green+Blue) = 55+237+246=538 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.22% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #37EDF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EDF6 is #C81209. Grayscale: #B7B7B7. Windows color (decimal): -13111818 or 16182583. OLE color: 16182583.

HSL color Cylindrical-coordinate representation of color #37EDF6: hue angle of 182.83º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37EDF6 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 237 246 -
CMYK 0.78 0.04 0 0.04
HSL 182.83º 0.91% 0.59% -
HSV(B) 182.83º 0.78% 0.96% -
XYZ 48.49 68.03 97.76 -
YUV 183.61 163.2 36.27 -
System Red Green Blue C M Y K H S L
Decimal 55 237 246 0.78 0.04 0 0.04 182.83 0.91 0.59
Hex 37 ED F6 4E 4 0 4 B7 5B 3B
Octal 67 355 366 116 4 0 4 267 133 73
Binary 110111 11101101 11110110 1001110 100 0 100 10110111 1011011 111011

Color Harmonies of #37EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EDF6

Black with #37EDF6

Text Example


Text Example

White with #37EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,237,246); }

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

background-color css

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

 a { background-color: rgb(55,237,246); }

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

border-color css

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

 span { border-color: rgb(55,237,246); }

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