Html Css Color HEX #37EAF6 Turquoise

📋 copy color: '#37EAF6'

red 55 ◦ green 234 ◦ blue 246

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

Shades of Turquoise #37EAF6

Tints of Turquoise #37EAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.74%

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

R = 10.28%
G = 43.74%
B = 45.98%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#37EAF6 (or 0x37EAF6) is known color: Turquoise. HEX triplet: 37, EA and F6. RGB value is (55,234,246). Sum of RGB (Red+Green+Blue) = 55+234+246=535 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.28% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #37EAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EAF6 is #C81509. Grayscale: #B5B5B5. Windows color (decimal): -13112586 or 16181815. OLE color: 16181815.

HSL color Cylindrical-coordinate representation of color #37EAF6: hue angle of 183.77º 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 #37EAF6 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 234 246 -
CMYK 0.78 0.05 0 0.04
HSL 183.77º 0.91% 0.59% -
HSV(B) 183.77º 0.78% 0.96% -
XYZ 47.63 66.31 97.48 -
YUV 181.85 164.2 37.52 -
System Red Green Blue C M Y K H S L
Decimal 55 234 246 0.78 0.05 0 0.04 183.77 0.91 0.59
Hex 37 EA F6 4E 5 0 4 B8 5B 3B
Octal 67 352 366 116 5 0 4 270 133 73
Binary 110111 11101010 11110110 1001110 101 0 100 10111000 1011011 111011

Color Harmonies of #37EAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EAF6

Black with #37EAF6

Text Example


Text Example

White with #37EAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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