#05f2df

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

Shades of Bright Turquoise #05F2DF

Tints of Bright Turquoise #05F2DF

Color information

#05F2DF (or 0x05F2DF) is unknown color: approx Bright Turquoise. HEX triplet: 05, F2 and DF. RGB value is (5,242,223). Sum of RGB (Red+Green+Blue) = 5+242+223=470 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F2DF is #FA0D20. Grayscale: #A8A8A8. Windows color (decimal): -16387361 or 14676485. OLE color: 14676485.

HSL color Cylindrical-coordinate representation of color #05F2DF: hue angle of 175.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F2DF is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB5242223-
CMYK0.9800.080.05
HSL175.19º95.95%48.43%-
HSV(B)175.19º97.93%94.9%-
XYZ45.1368.8680.73-
YUV168.97158.4811.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.06%
GREEN value IS 242 (94.92% from 255) = 51.49%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=1.06%
G=51.49%
B=47.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52422230.9800.080.05175.1995.9548.43
Hex5F2DF62085af6030
Octal5362337142010525714060
Binary1011111001011011111110001001000101101011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05f2df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05f2df; }

 p { color: rgb(5,242,223); }

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

<style>
 a { background-color: #05f2df; }

 a { background-color: rgb(5,242,223); }

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

<style>
 span { border-color: #05f2df; }

 span { border-color: rgb(5,242,223); }

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