#10F6CB

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

Shades of Bright Turquoise #10F6CB

Tints of Bright Turquoise #10F6CB

Color information

#10F6CB (or 0x10F6CB) is unknown color: approx Bright Turquoise. HEX triplet: 10, F6 and CB. RGB value is (16,246,203). Sum of RGB (Red+Green+Blue) = 16+246+203=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #10F6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F6CB is #EF0934. Grayscale: #ACACAC. Windows color (decimal): -15665461 or 13366800. OLE color: 13366800.

HSL color Cylindrical-coordinate representation of color #10F6CB: hue angle of 168.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F6CB is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB16246203-
CMYK0.9300.170.04
HSL168.78º92.74%51.37%-
HSV(B)168.78º93.5%96.47%-
XYZ43.9570.3367.76-
YUV172.33145.316.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.44%
GREEN value IS 246 (96.48% from 255) = 52.90%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=3.44%
G=52.90%
B=43.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162462030.9300.170.04168.7892.7451.37
Hex10F6CB5D0114a95d33
Octal20366313135021425113563
Binary1000011110110110010111011101010001100101010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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