Html Css Color HEX #55FBE2 Turquoise

📋 copy color: '#55FBE2'

red 85 ◦ green 251 ◦ blue 226

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

Shades of Turquoise #55FBE2

Tints of Turquoise #55FBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.66%

 BLUE value IS 226 (88.67% from 255) = 40.21%

R = 15.12%
G = 44.66%
B = 40.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#55FBE2 (or 0x55FBE2) is known color: Turquoise. HEX triplet: 55, FB and E2. RGB value is (85,251,226). Sum of RGB (Red+Green+Blue) = 85+251+226=562 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.12% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FBE2 is #AA041D. Grayscale: #C6C6C6. Windows color (decimal): -11142174 or 14875477. OLE color: 14875477.

HSL color Cylindrical-coordinate representation of color #55FBE2: hue angle of 170.96º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FBE2 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 251 226 -
CMYK 0.66 0 0.10 0.02
HSL 170.96º 0.95% 0.66% -
HSV(B) 170.96º 0.66% 0.98% -
XYZ 51.97 76.42 83.96 -
YUV 198.52 143.5 47.03 -
System Red Green Blue C M Y K H S L
Decimal 85 251 226 0.66 0 0.10 0.02 170.96 0.95 0.66
Hex 55 FB E2 42 0 A 2 AB 5F 42
Octal 125 373 342 102 0 12 2 253 137 102
Binary 1010101 11111011 11100010 1000010 0 1010 10 10101011 1011111 1000010

Color Harmonies of #55FBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FBE2

Black with #55FBE2

Text Example


Text Example

White with #55FBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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