Html Css Color HEX #55FBE3 Turquoise

📋 copy color: '#55FBE3'

red 85 ◦ green 251 ◦ blue 227

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

Shades of Turquoise #55FBE3

Tints of Turquoise #55FBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.32%

R = 15.1%
G = 44.58%
B = 40.32%

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

#55FBE3 (or 0x55FBE3) is known color: Turquoise. HEX triplet: 55, FB and E3. RGB value is (85,251,227). Sum of RGB (Red+Green+Blue) = 85+251+227=563 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.10% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FBE3 is #AA041C. Grayscale: #C6C6C6. Windows color (decimal): -11142173 or 14941013. OLE color: 14941013.

HSL color Cylindrical-coordinate representation of color #55FBE3: hue angle of 171.33º 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 #55FBE3 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 251 227 -
CMYK 0.66 0 0.10 0.02
HSL 171.33º 0.95% 0.66% -
HSV(B) 171.33º 0.66% 0.98% -
XYZ 52.11 76.47 84.69 -
YUV 198.63 144 46.95 -
System Red Green Blue C M Y K H S L
Decimal 85 251 227 0.66 0 0.10 0.02 171.33 0.95 0.66
Hex 55 FB E3 42 0 A 2 AB 5F 42
Octal 125 373 343 102 0 12 2 253 137 102
Binary 1010101 11111011 11100011 1000010 0 1010 10 10101011 1011111 1000010

Color Harmonies of #55FBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FBE3

Black with #55FBE3

Text Example


Text Example

White with #55FBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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