Html Css Color HEX #55E8EA Turquoise Blue

📋 copy color: '#55E8EA'

red 85 ◦ green 232 ◦ blue 234

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

Shades of Turquoise Blue #55E8EA

Tints of Turquoise Blue #55E8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.47%

R = 15.43%
G = 42.11%
B = 42.47%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55E8EA (or 0x55E8EA) is known color: Turquoise Blue. HEX triplet: 55, E8 and EA. RGB value is (85,232,234). Sum of RGB (Red+Green+Blue) = 85+232+234=551 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.43% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #55E8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55E8EA is #AA1715. Grayscale: #BCBCBC. Windows color (decimal): -11147030 or 15394901. OLE color: 15394901.

HSL color Cylindrical-coordinate representation of color #55E8EA: hue angle of 180.81º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E8EA is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 232 234 -
CMYK 0.64 0.01 0 0.08
HSL 180.81º 0.78% 0.63% -
HSV(B) 180.81º 0.64% 0.92% -
XYZ 47.45 65.59 88 -
YUV 188.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 85 232 234 0.64 0.01 0 0.08 180.81 0.78 0.63
Hex 55 E8 EA 40 1 0 8 B5 4E 3F
Octal 125 350 352 100 1 0 10 265 116 77
Binary 1010101 11101000 11101010 1000000 1 0 1000 10110101 1001110 111111

Color Harmonies of #55E8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E8EA

Black with #55E8EA

Text Example


Text Example

White with #55E8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,232,234); }

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

background-color css

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

 a { background-color: rgb(85,232,234); }

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

border-color css

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

 span { border-color: rgb(85,232,234); }

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