Html Css Color HEX #55E1E9 Turquoise Blue

📋 copy color: '#55E1E9'

red 85 ◦ green 225 ◦ blue 233

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

Shades of Turquoise Blue #55E1E9

Tints of Turquoise Blue #55E1E9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.44%

 BLUE value IS 233 (91.41% from 255) = 42.91%

R = 15.65%
G = 41.44%
B = 42.91%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#55E1E9 (or 0x55E1E9) is known color: Turquoise Blue. HEX triplet: 55, E1 and E9. RGB value is (85,225,233). Sum of RGB (Red+Green+Blue) = 85+225+233=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #55E1E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E1E9 is #AA1E16. Grayscale: #B7B7B7. Windows color (decimal): -11148823 or 15327573. OLE color: 15327573.

HSL color Cylindrical-coordinate representation of color #55E1E9: hue angle of 183.24º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E1E9 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 225 233 -
CMYK 0.64 0.03 0 0.09
HSL 183.24º 0.77% 0.62% -
HSV(B) 183.24º 0.64% 0.91% -
XYZ 45.38 61.66 86.6 -
YUV 184.05 155.62 57.35 -
System Red Green Blue C M Y K H S L
Decimal 85 225 233 0.64 0.03 0 0.09 183.24 0.77 0.62
Hex 55 E1 E9 40 3 0 9 B7 4D 3E
Octal 125 341 351 100 3 0 11 267 115 76
Binary 1010101 11100001 11101001 1000000 11 0 1001 10110111 1001101 111110

Color Harmonies of #55E1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E1E9

Black with #55E1E9

Text Example


Text Example

White with #55E1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,225,233); }

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

background-color css

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

 a { background-color: rgb(85,225,233); }

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

border-color css

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

 span { border-color: rgb(85,225,233); }

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