Html Css Color HEX #55EAED Turquoise Blue

📋 copy color: '#55EAED'

red 85 ◦ green 234 ◦ blue 237

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

Shades of Turquoise Blue #55EAED

Tints of Turquoise Blue #55EAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 15.29%
G = 42.09%
B = 42.63%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55EAED (or 0x55EAED) is known color: Turquoise Blue. HEX triplet: 55, EA and ED. RGB value is (85,234,237). Sum of RGB (Red+Green+Blue) = 85+234+237=556 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.29% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #55EAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EAED is #AA1512. Grayscale: #BDBDBD. Windows color (decimal): -11146515 or 15592021. OLE color: 15592021.

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

Color convert

RGB 85 234 237 -
CMYK 0.64 0.01 0 0.07
HSL 181.18º 0.81% 0.63% -
HSV(B) 181.18º 0.64% 0.93% -
XYZ 48.46 66.89 90.48 -
YUV 189.79 154.64 53.26 -
System Red Green Blue C M Y K H S L
Decimal 85 234 237 0.64 0.01 0 0.07 181.18 0.81 0.63
Hex 55 EA ED 40 1 0 7 B5 51 3F
Octal 125 352 355 100 1 0 7 265 121 77
Binary 1010101 11101010 11101101 1000000 1 0 111 10110101 1010001 111111

Color Harmonies of #55EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EAED

Black with #55EAED

Text Example


Text Example

White with #55EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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