#05F6CA

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

Shades of Bright Turquoise #05F6CA

Tints of Bright Turquoise #05F6CA

Color information

#05F6CA (or 0x05F6CA) is unknown color: approx Bright Turquoise. HEX triplet: 05, F6 and CA. RGB value is (5,246,202). Sum of RGB (Red+Green+Blue) = 5+246+202=453 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #05F6CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F6CA is #FA0935. Grayscale: #A8A8A8. Windows color (decimal): -16386358 or 13301253. OLE color: 13301253.

HSL color Cylindrical-coordinate representation of color #05F6CA: hue angle of 169.05º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F6CA is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB5246202-
CMYK0.9800.180.04
HSL169.05º96.02%49.22%-
HSV(B)169.05º97.97%96.47%-
XYZ43.6870.2167.13-
YUV168.92146.6611.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.10%
GREEN value IS 246 (96.48% from 255) = 54.30%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=1.10%
G=54.30%
B=44.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52462020.9800.180.04169.0596.0249.22
Hex5F6CA620124a96031
Octal5366312142022425114061
Binary10111110110110010101100010010010100101010011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,246,202); }

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

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

 a { background-color: rgb(5,246,202); }

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

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

 span { border-color: rgb(5,246,202); }

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