#11F3C3

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

Shades of Bright Turquoise #11F3C3

Tints of Bright Turquoise #11F3C3

Color information

#11F3C3 (or 0x11F3C3) is unknown color: approx Bright Turquoise. HEX triplet: 11, F3 and C3. RGB value is (17,243,195). Sum of RGB (Red+Green+Blue) = 17+243+195=455 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #11F3C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F3C3 is #EE0C3C. Grayscale: #A9A9A9. Windows color (decimal): -15600701 or 12841745. OLE color: 12841745.

HSL color Cylindrical-coordinate representation of color #11F3C3: hue angle of 167.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F3C3 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB17243195-
CMYK0.9300.200.05
HSL167.26º90.4%50.98%-
HSV(B)167.26º93%95.29%-
XYZ42.1368.1662.57-
YUV169.95142.1318.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.74%
GREEN value IS 243 (95.31% from 255) = 53.41%
BLUE value IS 195 (76.56% from 255) = 42.86%
R=3.74%
G=53.41%
B=42.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172431950.9300.200.05167.2690.450.98
Hex11F3C35D0145a75a33
Octal21363303135024524713263
Binary1000111110011110000111011101010100101101001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11F3C3; }

 p { color: rgb(17,243,195); }

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

<style>
 a { background-color: #11F3C3; }

 a { background-color: rgb(17,243,195); }

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

<style>
 span { border-color: #11F3C3; }

 span { border-color: rgb(17,243,195); }

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