Html Css Color HEX #2ADDFF Bright Turquoise

📋 copy color: '#2ADDFF'

red 42 ◦ green 221 ◦ blue 255

#2ADDFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #2ADDFF

Tints of Bright Turquoise #2ADDFF

RGB

 RED value IS 42 (16.8% from 255) = 8.11%

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 8.11%
G = 42.66%
B = 49.23%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2ADDFF (or 0x2ADDFF) is known color: Bright Turquoise. HEX triplet: 2A, DD and FF. RGB value is (42,221,255). Sum of RGB (Red+Green+Blue) = 42+221+255=518 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.11% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ADDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDFF is #D52200. Grayscale: #ABABAB. Windows color (decimal): -13967873 or 16768298. OLE color: 16768298.

HSL color Cylindrical-coordinate representation of color #2ADDFF: hue angle of 189.58º 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 #2ADDFF is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 42 221 255 -
CMYK 0.84 0.13 0 0
HSL 189.58º 1% 0.58% -
HSV(B) 189.58º 0.84% 1% -
XYZ 44.86 59.43 103.71 -
YUV 171.36 175.2 35.74 -
System Red Green Blue C M Y K H S L
Decimal 42 221 255 0.84 0.13 0 0 189.58 1 0.58
Hex 2A DD FF 54 D 0 0 BE 64 3A
Octal 52 335 377 124 15 0 0 276 144 72
Binary 101010 11011101 11111111 1010100 1101 0 0 10111110 1100100 111010

Color Harmonies of #2ADDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDFF

Black with #2ADDFF

Text Example


Text Example

White with #2ADDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ADDFF;
 }
 .AnyTagClassName
 {
   color: #2ADDFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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