#2ADEFF

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

Shades of Bright Turquoise #2ADEFF

Tints of Bright Turquoise #2ADEFF

Color information

#2ADEFF (or 0x2ADEFF) is unknown color: approx Bright Turquoise. HEX triplet: 2A, DE and FF. RGB value is (42,222,255). Sum of RGB (Red+Green+Blue) = 42+222+255=519 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.09% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ADEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADEFF is #D52100. Grayscale: #ABABAB. Windows color (decimal): -13967617 or 16768554. OLE color: 16768554.

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

Color convert

RGB42222255-
CMYK0.840.1300
HSL189.3º100%58.24%-
HSV(B)189.3º83.53%100%-
XYZ45.1359.95103.8-
YUV171.94174.8735.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.09%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 255 (100% from 255) = 49.13%
R=8.09%
G=42.77%
B=49.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal422222550.840.1300189.310058.24
Hex2ADEFF54D00bd643a
Octal52336377124150027514472
Binary10101011011110111111111010100110100101111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,222,255); }

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

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

 a { background-color: rgb(42,222,255); }

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

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

 span { border-color: rgb(42,222,255); }

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