#05F0DF

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

Shades of Bright Turquoise #05F0DF

Tints of Bright Turquoise #05F0DF

Color information

#05F0DF (or 0x05F0DF) is unknown color: approx Bright Turquoise. HEX triplet: 05, F0 and DF. RGB value is (5,240,223). Sum of RGB (Red+Green+Blue) = 5+240+223=468 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #05F0DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F0DF is #FA0F20. Grayscale: #A7A7A7. Windows color (decimal): -16387873 or 14675973. OLE color: 14675973.

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

Color convert

RGB5240223-
CMYK0.9800.070.06
HSL175.66º95.92%48.04%-
HSV(B)175.66º97.92%94.12%-
XYZ44.5467.6880.53-
YUV167.8159.1411.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.07%
GREEN value IS 240 (94.14% from 255) = 51.28%
BLUE value IS 223 (87.5% from 255) = 47.65%
R=1.07%
G=51.28%
B=47.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal52402230.9800.070.06175.6695.9248.04
Hex5F0DF62076b06030
Octal536033714207626014060
Binary101111100001101111111000100111110101100001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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