Html Css Color HEX #55FEBE Turquoise

📋 copy color: '#55FEBE'

red 85 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #55FEBE

Tints of Turquoise #55FEBE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.02%

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 16.07%
G = 48.02%
B = 35.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#55FEBE (or 0x55FEBE) is known color: Turquoise. HEX triplet: 55, FE and BE. RGB value is (85,254,190). Sum of RGB (Red+Green+Blue) = 85+254+190=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FEBE is #AA0141. Grayscale: #C4C4C4. Windows color (decimal): -11141442 or 12516949. OLE color: 12516949.

HSL color Cylindrical-coordinate representation of color #55FEBE: hue angle of 157.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEBE is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 254 190 -
CMYK 0.67 0 0.25 0.00
HSL 157.28º 0.99% 0.66% -
HSV(B) 157.28º 0.67% 1% -
XYZ 48.48 76.53 60.93 -
YUV 196.17 124.51 48.7 -
System Red Green Blue C M Y K H S L
Decimal 85 254 190 0.67 0 0.25 0.00 157.28 0.99 0.66
Hex 55 FE BE 43 0 19 0 9D 63 42
Octal 125 376 276 103 0 31 0 235 143 102
Binary 1010101 11111110 10111110 1000011 0 11001 0 10011101 1100011 1000010

Color Harmonies of #55FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FEBE

Black with #55FEBE

Text Example


Text Example

White with #55FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,254,190); }

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

background-color css

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

 a { background-color: rgb(85,254,190); }

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

border-color css

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

 span { border-color: rgb(85,254,190); }

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