Html Css Color HEX #55FCBE Turquoise

📋 copy color: '#55FCBE'

red 85 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #55FCBE

Tints of Turquoise #55FCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.82%

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

R = 16.13%
G = 47.82%
B = 36.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#55FCBE (or 0x55FCBE) is known color: Turquoise. HEX triplet: 55, FC and BE. RGB value is (85,252,190). Sum of RGB (Red+Green+Blue) = 85+252+190=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCBE is #AA0341. Grayscale: #C3C3C3. Windows color (decimal): -11141954 or 12516437. OLE color: 12516437.

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

Color convert

RGB 85 252 190 -
CMYK 0.66 0 0.25 0.01
HSL 157.72º 0.97% 0.66% -
HSV(B) 157.72º 0.66% 0.99% -
XYZ 47.85 75.27 60.72 -
YUV 195 125.17 49.54 -
System Red Green Blue C M Y K H S L
Decimal 85 252 190 0.66 0 0.25 0.01 157.72 0.97 0.66
Hex 55 FC BE 42 0 19 1 9E 61 42
Octal 125 374 276 102 0 31 1 236 141 102
Binary 1010101 11111100 10111110 1000010 0 11001 1 10011110 1100001 1000010

Color Harmonies of #55FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCBE

Black with #55FCBE

Text Example


Text Example

White with #55FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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