Html Css Color HEX #55F7B7 Turquoise

📋 copy color: '#55F7B7'

red 85 ◦ green 247 ◦ blue 183

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

Shades of Turquoise #55F7B7

Tints of Turquoise #55F7B7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.96%

 BLUE value IS 183 (71.88% from 255) = 35.53%

R = 16.5%
G = 47.96%
B = 35.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#55F7B7 (or 0x55F7B7) is known color: Turquoise. HEX triplet: 55, F7 and B7. RGB value is (85,247,183). Sum of RGB (Red+Green+Blue) = 85+247+183=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F7B7 is #AA0848. Grayscale: #BFBFBF. Windows color (decimal): -11143241 or 12056405. OLE color: 12056405.

HSL color Cylindrical-coordinate representation of color #55F7B7: hue angle of 156.3º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7B7 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 247 183 -
CMYK 0.66 0 0.26 0.03
HSL 156.3º 0.91% 0.65% -
HSV(B) 156.3º 0.66% 0.97% -
XYZ 45.55 71.87 56.27 -
YUV 191.27 123.33 52.2 -
System Red Green Blue C M Y K H S L
Decimal 85 247 183 0.66 0 0.26 0.03 156.3 0.91 0.65
Hex 55 F7 B7 42 0 1A 3 9C 5B 41
Octal 125 367 267 102 0 32 3 234 133 101
Binary 1010101 11110111 10110111 1000010 0 11010 11 10011100 1011011 1000001

Color Harmonies of #55F7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F7B7

Black with #55F7B7

Text Example


Text Example

White with #55F7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,247,183); }

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

background-color css

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

 a { background-color: rgb(85,247,183); }

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

border-color css

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

 span { border-color: rgb(85,247,183); }

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