#2AF3CB

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

Shades of Turquoise #2AF3CB

Tints of Turquoise #2AF3CB

Color information

#2AF3CB (or 0x2AF3CB) is unknown color: approx Turquoise. HEX triplet: 2A, F3 and CB. RGB value is (42,243,203). Sum of RGB (Red+Green+Blue) = 42+243+203=488 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.61% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF3CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF3CB is #D50C34. Grayscale: #B2B2B2. Windows color (decimal): -13962293 or 13366058. OLE color: 13366058.

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

Color convert

RGB42243203-
CMYK0.8300.160.05
HSL168.06º89.33%55.88%-
HSV(B)168.06º82.72%95.29%-
XYZ43.7868.9167.49-
YUV178.34141.9130.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.61%
GREEN value IS 243 (95.31% from 255) = 49.80%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=8.61%
G=49.80%
B=41.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal422432030.8300.160.05168.0689.3355.88
Hex2AF3CB530105a85938
Octal52363313123020525013170
Binary10101011110011110010111010011010000101101010001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,243,203); }

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

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

 a { background-color: rgb(42,243,203); }

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

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

 span { border-color: rgb(42,243,203); }

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