Html Css Color HEX #2ADDF3 Bright Turquoise

📋 copy color: '#2ADDF3'

red 42 ◦ green 221 ◦ blue 243

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

Shades of Bright Turquoise #2ADDF3

Tints of Bright Turquoise #2ADDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 8.3%
G = 43.68%
B = 48.02%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2ADDF3 (or 0x2ADDF3) is known color: Bright Turquoise. HEX triplet: 2A, DD and F3. RGB value is (42,221,243). Sum of RGB (Red+Green+Blue) = 42+221+243=506 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.30% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #2ADDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDF3 is #D5220C. Grayscale: #A9A9A9. Windows color (decimal): -13967885 or 15981866. OLE color: 15981866.

HSL color Cylindrical-coordinate representation of color #2ADDF3: hue angle of 186.57º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADDF3 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 221 243 -
CMYK 0.83 0.09 0 0.05
HSL 186.57º 0.89% 0.56% -
HSV(B) 186.57º 0.83% 0.95% -
XYZ 42.99 58.68 93.85 -
YUV 169.99 169.2 36.71 -
System Red Green Blue C M Y K H S L
Decimal 42 221 243 0.83 0.09 0 0.05 186.57 0.89 0.56
Hex 2A DD F3 53 9 0 5 BB 59 38
Octal 52 335 363 123 11 0 5 273 131 70
Binary 101010 11011101 11110011 1010011 1001 0 101 10111011 1011001 111000

Color Harmonies of #2ADDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDF3

Black with #2ADDF3

Text Example


Text Example

White with #2ADDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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