#2AFDEE

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

Shades of Bright Turquoise #2AFDEE

Tints of Bright Turquoise #2AFDEE

Color information

#2AFDEE (or 0x2AFDEE) is unknown color: approx Bright Turquoise. HEX triplet: 2A, FD and EE. RGB value is (42,253,238). Sum of RGB (Red+Green+Blue) = 42+253+238=533 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.88% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFDEE is #D50211. Grayscale: #BCBCBC. Windows color (decimal): -13959698 or 15662378. OLE color: 15662378.

HSL color Cylindrical-coordinate representation of color #2AFDEE: hue angle of 175.73º 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 #2AFDEE is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB42253238-
CMYK0.8300.060.01
HSL175.73º98.14%57.84%-
HSV(B)175.73º83.4%99.22%-
XYZ51.5176.9293.02-
YUV188.2156.123.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 7.88%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=7.88%
G=47.47%
B=44.65%

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
Decimal422532380.8300.060.01175.7398.1457.84
Hex2AFDEE53061b0623a
Octal5237535612306126014272
Binary1010101111110111101110101001101101101100001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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