#2AF1CE

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

Shades of Turquoise #2AF1CE

Tints of Turquoise #2AF1CE

Color information

#2AF1CE (or 0x2AF1CE) is unknown color: approx Turquoise. HEX triplet: 2A, F1 and CE. RGB value is (42,241,206). Sum of RGB (Red+Green+Blue) = 42+241+206=489 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.59% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF1CE is #D50E31. Grayscale: #B1B1B1. Windows color (decimal): -13962802 or 13562154. OLE color: 13562154.

HSL color Cylindrical-coordinate representation of color #2AF1CE: hue angle of 169.45º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF1CE is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB42241206-
CMYK0.8300.150.05
HSL169.45º87.67%55.49%-
HSV(B)169.45º82.57%94.51%-
XYZ43.5567.8669.2-
YUV177.51144.0731.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.59%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=8.59%
G=49.28%
B=42.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal422412060.8300.150.05169.4587.6755.49
Hex2AF1CE530F5a95837
Octal52361316123017525113067
Binary1010101111000111001110101001101111101101010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,241,206); }

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

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

 a { background-color: rgb(42,241,206); }

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

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

 span { border-color: rgb(42,241,206); }

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