Html Css Color HEX #1ADED3 Bright Turquoise

📋 copy color: '#1ADED3'

red 26 ◦ green 222 ◦ blue 211

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

Shades of Bright Turquoise #1ADED3

Tints of Bright Turquoise #1ADED3

RGB

 RED value IS 26 (10.55% from 255) = 5.66%

 GREEN value IS 222 (87.11% from 255) = 48.37%

 BLUE value IS 211 (82.81% from 255) = 45.97%

R = 5.66%
G = 48.37%
B = 45.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#1ADED3 (or 0x1ADED3) is known color: Bright Turquoise. HEX triplet: 1A, DE and D3. RGB value is (26,222,211). Sum of RGB (Red+Green+Blue) = 26+222+211=459 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.66% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADED3 is #E5212C. Grayscale: #A1A1A1. Windows color (decimal): -15016237 or 13884954. OLE color: 13884954.

HSL color Cylindrical-coordinate representation of color #1ADED3: hue angle of 176.63º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADED3 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 222 211 -
CMYK 0.88 0 0.05 0.13
HSL 176.63º 0.79% 0.49% -
HSV(B) 176.63º 0.88% 0.87% -
XYZ 38.31 57.17 70.64 -
YUV 162.14 155.57 30.89 -
System Red Green Blue C M Y K H S L
Decimal 26 222 211 0.88 0 0.05 0.13 176.63 0.79 0.49
Hex 1A DE D3 58 0 5 D B1 4F 31
Octal 32 336 323 130 0 5 15 261 117 61
Binary 11010 11011110 11010011 1011000 0 101 1101 10110001 1001111 110001

Color Harmonies of #1ADED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADED3

Black with #1ADED3

Text Example


Text Example

White with #1ADED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ADED3; }

 p { color: rgb(26,222,211); }

 H1.HeaderClassName
 {
   color: #1ADED3;
 }
 .AnyTagClassName
 {
   color: #1ADED3;
 }
</style>

background-color css

<style>
 a { background-color: #1ADED3; }

 a { background-color: rgb(26,222,211); }

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

border-color css

<style>
 span { border-color: #1ADED3; }

 span { border-color: rgb(26,222,211); }

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