#55F9D4

Color #55F9D4 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #55F9D4

Tints of Turquoise #55F9D4

Color information

#55F9D4 (or 0x55F9D4) is unknown color: approx Turquoise. HEX triplet: 55, F9 and D4. RGB value is (85,249,212). Sum of RGB (Red+Green+Blue) = 85+249+212=546 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.57% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #55F9D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F9D4 is #AA062B. Grayscale: #C3C3C3. Windows color (decimal): -11142700 or 13957461. OLE color: 13957461.

HSL color Cylindrical-coordinate representation of color #55F9D4: hue angle of 166.46º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F9D4 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB85249212-
CMYK0.6600.150.02
HSL166.46º93.18%65.49%-
HSV(B)166.46º65.86%97.65%-
XYZ49.5174.4474.05-
YUV195.75137.1749.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.57%
GREEN value IS 249 (97.66% from 255) = 45.60%
BLUE value IS 212 (83.20% from 255) = 38.83%
R=15.57%
G=45.60%
B=38.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852492120.6600.150.02166.4693.1865.49
Hex55F9D4420F2a65d41
Octal1253713241020172246135101
Binary10101011111100111010100100001001111101010011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,249,212); }

 H1.HeaderClassName
 {
   color: #55F9D4;
 }
 .AnyTagClassName
 {
   color: #55F9D4;
 }
</style>
background-color css

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

 a { background-color: rgb(85,249,212); }

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

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

 span { border-color: rgb(85,249,212); }

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