Html Css Color HEX #55E2EB Turquoise Blue

📋 copy color: '#55E2EB'

red 85 ◦ green 226 ◦ blue 235

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

Shades of Turquoise Blue #55E2EB

Tints of Turquoise Blue #55E2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.39%

 BLUE value IS 235 (92.19% from 255) = 43.04%

R = 15.57%
G = 41.39%
B = 43.04%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55E2EB (or 0x55E2EB) is known color: Turquoise Blue. HEX triplet: 55, E2 and EB. RGB value is (85,226,235). Sum of RGB (Red+Green+Blue) = 85+226+235=546 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.57% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #55E2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E2EB is #AA1D14. Grayscale: #B8B8B8. Windows color (decimal): -11148565 or 15458901. OLE color: 15458901.

HSL color Cylindrical-coordinate representation of color #55E2EB: hue angle of 183.6º degrees, saturation: 0.79, 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 #55E2EB is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 226 235 -
CMYK 0.64 0.04 0 0.08
HSL 183.6º 0.79% 0.63% -
HSV(B) 183.6º 0.64% 0.92% -
XYZ 45.94 62.32 88.21 -
YUV 184.87 156.29 56.77 -
System Red Green Blue C M Y K H S L
Decimal 85 226 235 0.64 0.04 0 0.08 183.6 0.79 0.63
Hex 55 E2 EB 40 4 0 8 B8 4F 3F
Octal 125 342 353 100 4 0 10 270 117 77
Binary 1010101 11100010 11101011 1000000 100 0 1000 10111000 1001111 111111

Color Harmonies of #55E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E2EB

Black with #55E2EB

Text Example


Text Example

White with #55E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,226,235); }

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

background-color css

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

 a { background-color: rgb(85,226,235); }

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

border-color css

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

 span { border-color: rgb(85,226,235); }

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