#2AFDED

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

Shades of Bright Turquoise #2AFDED

Tints of Bright Turquoise #2AFDED

Color information

#2AFDED (or 0x2AFDED) is unknown color: approx Bright Turquoise. HEX triplet: 2A, FD and ED. RGB value is (42,253,237). Sum of RGB (Red+Green+Blue) = 42+253+237=532 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.89% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFDED is #D50212. Grayscale: #BBBBBB. Windows color (decimal): -13959699 or 15596842. OLE color: 15596842.

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

Color convert

RGB42253237-
CMYK0.8300.060.01
HSL175.45º98.14%57.84%-
HSV(B)175.45º83.4%99.22%-
XYZ51.3776.8692.25-
YUV188.09155.623.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 7.89%
GREEN value IS 253 (99.22% from 255) = 47.56%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=7.89%
G=47.56%
B=44.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal422532370.8300.060.01175.4598.1457.84
Hex2AFDED53061af623a
Octal5237535512306125714272
Binary1010101111110111101101101001101101101011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,253,237); }

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

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

 a { background-color: rgb(42,253,237); }

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

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

 span { border-color: rgb(42,253,237); }

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