#2AFECC

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

Shades of Turquoise #2AFECC

Tints of Turquoise #2AFECC

Color information

#2AFECC (or 0x2AFECC) is unknown color: approx Turquoise. HEX triplet: 2A, FE and CC. RGB value is (42,254,204). Sum of RGB (Red+Green+Blue) = 42+254+204=500 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.4% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFECC is #D50133. Grayscale: #B8B8B8. Windows color (decimal): -13959476 or 13434410. OLE color: 13434410.

HSL color Cylindrical-coordinate representation of color #2AFECC: hue angle of 165.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFECC is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB42254204-
CMYK0.8300.200.00
HSL165.85º99.07%58.04%-
HSV(B)165.85º83.46%99.61%-
XYZ47.375.7469.25-
YUV184.91138.7626.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.4%
GREEN value IS 254 (99.61% from 255) = 50.8%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=8.4%
G=50.8%
B=40.8%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal422542040.8300.200.00165.8599.0758.04
Hex2AFECC530140a6633a
Octal52376314123024024614372
Binary101010111111101100110010100110101000101001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AFECC; }

 p { color: rgb(42,254,204); }

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

<style>
 a { background-color: #2AFECC; }

 a { background-color: rgb(42,254,204); }

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

<style>
 span { border-color: #2AFECC; }

 span { border-color: rgb(42,254,204); }

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