Html Css Color HEX #55F6BA Turquoise

📋 copy color: '#55F6BA'

red 85 ◦ green 246 ◦ blue 186

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

Shades of Turquoise #55F6BA

Tints of Turquoise #55F6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.58%

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

R = 16.44%
G = 47.58%
B = 35.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#55F6BA (or 0x55F6BA) is known color: Turquoise. HEX triplet: 55, F6 and BA. RGB value is (85,246,186). Sum of RGB (Red+Green+Blue) = 85+246+186=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #55F6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F6BA is #AA0945. Grayscale: #BFBFBF. Windows color (decimal): -11143494 or 12252757. OLE color: 12252757.

HSL color Cylindrical-coordinate representation of color #55F6BA: hue angle of 157.64º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F6BA is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 246 186 -
CMYK 0.65 0 0.24 0.04
HSL 157.64º 0.9% 0.65% -
HSV(B) 157.64º 0.65% 0.96% -
XYZ 45.57 71.39 57.83 -
YUV 191.02 125.16 52.38 -
System Red Green Blue C M Y K H S L
Decimal 85 246 186 0.65 0 0.24 0.04 157.64 0.9 0.65
Hex 55 F6 BA 41 0 18 4 9E 5A 41
Octal 125 366 272 101 0 30 4 236 132 101
Binary 1010101 11110110 10111010 1000001 0 11000 100 10011110 1011010 1000001

Color Harmonies of #55F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F6BA

Black with #55F6BA

Text Example


Text Example

White with #55F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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