#05F6CB

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

Shades of Bright Turquoise #05F6CB

Tints of Bright Turquoise #05F6CB

Color information

#05F6CB (or 0x05F6CB) is unknown color: approx Bright Turquoise. HEX triplet: 05, F6 and CB. RGB value is (5,246,203). Sum of RGB (Red+Green+Blue) = 5+246+203=454 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #05F6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F6CB is #FA0934. Grayscale: #A8A8A8. Windows color (decimal): -16386357 or 13366789. OLE color: 13366789.

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

Color convert

RGB5246203-
CMYK0.9800.170.04
HSL169.29º96.02%49.22%-
HSV(B)169.29º97.97%96.47%-
XYZ43.870.2667.75-
YUV169.04147.1611-

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.19%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=1.10%
G=54.19%
B=44.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52462030.9800.170.04169.2996.0249.22
Hex5F6CB620114a96031
Octal5366313142021425114061
Binary10111110110110010111100010010001100101010011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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