#05F1DA

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

Shades of Bright Turquoise #05F1DA

Tints of Bright Turquoise #05F1DA

Color information

#05F1DA (or 0x05F1DA) is unknown color: approx Bright Turquoise. HEX triplet: 05, F1 and DA. RGB value is (5,241,218). Sum of RGB (Red+Green+Blue) = 5+241+218=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #05F1DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F1DA is #FA0E25. Grayscale: #A7A7A7. Windows color (decimal): -16387622 or 14348549. OLE color: 14348549.

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

Color convert

RGB5241218-
CMYK0.9800.100.05
HSL174.15º95.93%48.24%-
HSV(B)174.15º97.93%94.51%-
XYZ44.176877.13-
YUV167.81156.3111.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52412180.9800.100.05174.1595.9348.24
Hex5F1DA620A5ae6030
Octal5361332142012525614060
Binary1011111000111011010110001001010101101011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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