Html Css Color HEX #37E8FE Turquoise

📋 copy color: '#37E8FE'

red 55 ◦ green 232 ◦ blue 254

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

Shades of Turquoise #37E8FE

Tints of Turquoise #37E8FE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.88%

 BLUE value IS 254 (99.61% from 255) = 46.95%

R = 10.17%
G = 42.88%
B = 46.95%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#37E8FE (or 0x37E8FE) is known color: Turquoise. HEX triplet: 37, E8 and FE. RGB value is (55,232,254). Sum of RGB (Red+Green+Blue) = 55+232+254=541 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.17% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #37E8FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E8FE is #C81701. Grayscale: #B5B5B5. Windows color (decimal): -13113090 or 16705591. OLE color: 16705591.

HSL color Cylindrical-coordinate representation of color #37E8FE: hue angle of 186.63º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37E8FE is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 232 254 -
CMYK 0.78 0.09 0 0.00
HSL 186.63º 0.99% 0.61% -
HSV(B) 186.63º 0.78% 1% -
XYZ 48.32 65.68 103.9 -
YUV 181.59 168.86 37.71 -
System Red Green Blue C M Y K H S L
Decimal 55 232 254 0.78 0.09 0 0.00 186.63 0.99 0.61
Hex 37 E8 FE 4E 9 0 0 BB 63 3D
Octal 67 350 376 116 11 0 0 273 143 75
Binary 110111 11101000 11111110 1001110 1001 0 0 10111011 1100011 111101

Color Harmonies of #37E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E8FE

Black with #37E8FE

Text Example


Text Example

White with #37E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,232,254); }

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

background-color css

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

 a { background-color: rgb(55,232,254); }

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

border-color css

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

 span { border-color: rgb(55,232,254); }

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