Html Css Color HEX #55E3F1 Turquoise Blue

📋 copy color: '#55E3F1'

red 85 ◦ green 227 ◦ blue 241

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

Shades of Turquoise Blue #55E3F1

Tints of Turquoise Blue #55E3F1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.05%

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 15.37%
G = 41.05%
B = 43.58%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55E3F1 (or 0x55E3F1) is known color: Turquoise Blue. HEX triplet: 55, E3 and F1. RGB value is (85,227,241). Sum of RGB (Red+Green+Blue) = 85+227+241=553 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.37% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #55E3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E3F1 is #AA1C0E. Grayscale: #B9B9B9. Windows color (decimal): -11148303 or 15852373. OLE color: 15852373.

HSL color Cylindrical-coordinate representation of color #55E3F1: hue angle of 185.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55E3F1 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 227 241 -
CMYK 0.65 0.06 0 0.05
HSL 185.38º 0.85% 0.64% -
HSV(B) 185.38º 0.65% 0.95% -
XYZ 47.09 63.22 92.94 -
YUV 186.14 158.96 55.86 -
System Red Green Blue C M Y K H S L
Decimal 85 227 241 0.65 0.06 0 0.05 185.38 0.85 0.64
Hex 55 E3 F1 41 6 0 5 B9 55 40
Octal 125 343 361 101 6 0 5 271 125 100
Binary 1010101 11100011 11110001 1000001 110 0 101 10111001 1010101 1000000

Color Harmonies of #55E3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E3F1

Black with #55E3F1

Text Example


Text Example

White with #55E3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,227,241); }

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

background-color css

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

 a { background-color: rgb(85,227,241); }

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

border-color css

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

 span { border-color: rgb(85,227,241); }

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