Html Css Color HEX #55E4FE Turquoise Blue

📋 copy color: '#55E4FE'

red 85 ◦ green 228 ◦ blue 254

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

Shades of Turquoise Blue #55E4FE

Tints of Turquoise Blue #55E4FE

RGB

 RED value IS 85 (33.59% from 255) = 14.99%

 GREEN value IS 228 (89.45% from 255) = 40.21%

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

R = 14.99%
G = 40.21%
B = 44.8%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#55E4FE (or 0x55E4FE) is known color: Turquoise Blue. HEX triplet: 55, E4 and FE. RGB value is (85,228,254). Sum of RGB (Red+Green+Blue) = 85+228+254=567 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.99% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #55E4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E4FE is #AA1B01. Grayscale: #BBBBBB. Windows color (decimal): -11148034 or 16704597. OLE color: 16704597.

HSL color Cylindrical-coordinate representation of color #55E4FE: hue angle of 189.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55E4FE is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 228 254 -
CMYK 0.67 0.10 0 0.00
HSL 189.23º 0.99% 0.66% -
HSV(B) 189.23º 0.67% 1% -
XYZ 49.38 64.57 103.63 -
YUV 188.21 165.12 54.39 -
System Red Green Blue C M Y K H S L
Decimal 85 228 254 0.67 0.10 0 0.00 189.23 0.99 0.66
Hex 55 E4 FE 43 A 0 0 BD 63 42
Octal 125 344 376 103 12 0 0 275 143 102
Binary 1010101 11100100 11111110 1000011 1010 0 0 10111101 1100011 1000010

Color Harmonies of #55E4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E4FE

Black with #55E4FE

Text Example


Text Example

White with #55E4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55E4FE; }

 p { color: rgb(85,228,254); }

 H1.HeaderClassName
 {
   color: #55E4FE;
 }
 .AnyTagClassName
 {
   color: #55E4FE;
 }
</style>

background-color css

<style>
 a { background-color: #55E4FE; }

 a { background-color: rgb(85,228,254); }

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

border-color css

<style>
 span { border-color: #55E4FE; }

 span { border-color: rgb(85,228,254); }

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