Html Css Color HEX #55F0BA Turquoise

📋 copy color: '#55F0BA'

red 85 ◦ green 240 ◦ blue 186

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

Shades of Turquoise #55F0BA

Tints of Turquoise #55F0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.97%

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 16.63%
G = 46.97%
B = 36.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#55F0BA (or 0x55F0BA) is known color: Turquoise. HEX triplet: 55, F0 and BA. RGB value is (85,240,186). Sum of RGB (Red+Green+Blue) = 85+240+186=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F0BA is #AA0F45. Grayscale: #BBBBBB. Windows color (decimal): -11145030 or 12251221. OLE color: 12251221.

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

Color convert

RGB 85 240 186 -
CMYK 0.65 0 0.22 0.06
HSL 159.1º 0.84% 0.64% -
HSV(B) 159.1º 0.65% 0.94% -
XYZ 43.77 67.8 57.23 -
YUV 187.5 127.15 54.89 -
System Red Green Blue C M Y K H S L
Decimal 85 240 186 0.65 0 0.22 0.06 159.1 0.84 0.64
Hex 55 F0 BA 41 0 16 6 9F 54 40
Octal 125 360 272 101 0 26 6 237 124 100
Binary 1010101 11110000 10111010 1000001 0 10110 110 10011111 1010100 1000000

Color Harmonies of #55F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F0BA

Black with #55F0BA

Text Example


Text Example

White with #55F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,240,186); }

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

background-color css

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

 a { background-color: rgb(85,240,186); }

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

border-color css

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

 span { border-color: rgb(85,240,186); }

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