Html Css Color HEX #2ADDFD Bright Turquoise

📋 copy color: '#2ADDFD'

red 42 ◦ green 221 ◦ blue 253

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

Shades of Bright Turquoise #2ADDFD

Tints of Bright Turquoise #2ADDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 8.14%
G = 42.83%
B = 49.03%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2ADDFD (or 0x2ADDFD) is known color: Bright Turquoise. HEX triplet: 2A, DD and FD. RGB value is (42,221,253). Sum of RGB (Red+Green+Blue) = 42+221+253=516 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.14% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ADDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDFD is #D52202. Grayscale: #AAAAAA. Windows color (decimal): -13967875 or 16637226. OLE color: 16637226.

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

Color convert

RGB 42 221 253 -
CMYK 0.83 0.13 0 0.01
HSL 189.1º 0.98% 0.58% -
HSV(B) 189.1º 0.83% 0.99% -
XYZ 44.54 59.3 102.03 -
YUV 171.13 174.2 35.9 -
System Red Green Blue C M Y K H S L
Decimal 42 221 253 0.83 0.13 0 0.01 189.1 0.98 0.58
Hex 2A DD FD 53 D 0 1 BD 62 3A
Octal 52 335 375 123 15 0 1 275 142 72
Binary 101010 11011101 11111101 1010011 1101 0 1 10111101 1100010 111010

Color Harmonies of #2ADDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDFD

Black with #2ADDFD

Text Example


Text Example

White with #2ADDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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