Html Css Color HEX #2ADDFB Bright Turquoise

📋 copy color: '#2ADDFB'

red 42 ◦ green 221 ◦ blue 251

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

Shades of Bright Turquoise #2ADDFB

Tints of Bright Turquoise #2ADDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 8.17%
G = 43%
B = 48.83%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2ADDFB (or 0x2ADDFB) is known color: Bright Turquoise. HEX triplet: 2A, DD and FB. RGB value is (42,221,251). Sum of RGB (Red+Green+Blue) = 42+221+251=514 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.17% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ADDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDFB is #D52204. Grayscale: #AAAAAA. Windows color (decimal): -13967877 or 16506154. OLE color: 16506154.

HSL color Cylindrical-coordinate representation of color #2ADDFB: hue angle of 188.61º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADDFB is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 221 251 -
CMYK 0.83 0.12 0 0.02
HSL 188.61º 0.96% 0.57% -
HSV(B) 188.61º 0.83% 0.98% -
XYZ 44.22 59.17 100.36 -
YUV 170.9 173.2 36.06 -
System Red Green Blue C M Y K H S L
Decimal 42 221 251 0.83 0.12 0 0.02 188.61 0.96 0.57
Hex 2A DD FB 53 C 0 2 BD 60 39
Octal 52 335 373 123 14 0 2 275 140 71
Binary 101010 11011101 11111011 1010011 1100 0 10 10111101 1100000 111001

Color Harmonies of #2ADDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDFB

Black with #2ADDFB

Text Example


Text Example

White with #2ADDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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