#05DAF1

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

Shades of Bright Turquoise #05DAF1

Tints of Bright Turquoise #05DAF1

Color information

#05DAF1 (or 0x05DAF1) is unknown color: approx Bright Turquoise. HEX triplet: 05, DA and F1. RGB value is (5,218,241). Sum of RGB (Red+Green+Blue) = 5+218+241=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #05DAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DAF1 is #FA250E. Grayscale: #9C9C9C. Windows color (decimal): -16393487 or 15849989. OLE color: 15849989.

HSL color Cylindrical-coordinate representation of color #05DAF1: hue angle of 185.85º 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 #05DAF1 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5218241-
CMYK0.980.1000.05
HSL185.85º95.93%48.24%-
HSV(B)185.85º97.93%94.51%-
XYZ41.0156.5391.97-
YUV156.93175.4319.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.08%
GREEN value IS 218 (85.55% from 255) = 46.98%
BLUE value IS 241 (94.53% from 255) = 51.94%
R=1.08%
G=46.98%
B=51.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52182410.980.1000.05185.8595.9348.24
Hex5DAF162A05ba6030
Octal5332361142120527214060
Binary1011101101011110001110001010100101101110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,218,241); }

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

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

 a { background-color: rgb(5,218,241); }

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

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

 span { border-color: rgb(5,218,241); }

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