Html Css Color HEX #1ADECD Bright Turquoise

📋 copy color: '#1ADECD'

red 26 ◦ green 222 ◦ blue 205

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

Shades of Bright Turquoise #1ADECD

Tints of Bright Turquoise #1ADECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 5.74%
G = 49.01%
B = 45.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#1ADECD (or 0x1ADECD) is known color: Bright Turquoise. HEX triplet: 1A, DE and CD. RGB value is (26,222,205). Sum of RGB (Red+Green+Blue) = 26+222+205=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADECD is #E52132. Grayscale: #A1A1A1. Windows color (decimal): -15016243 or 13491738. OLE color: 13491738.

HSL color Cylindrical-coordinate representation of color #1ADECD: hue angle of 174.8º 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 #1ADECD is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 222 205 -
CMYK 0.88 0 0.08 0.13
HSL 174.8º 0.79% 0.49% -
HSV(B) 174.8º 0.88% 0.87% -
XYZ 37.57 56.87 66.75 -
YUV 161.46 152.57 31.38 -
System Red Green Blue C M Y K H S L
Decimal 26 222 205 0.88 0 0.08 0.13 174.8 0.79 0.49
Hex 1A DE CD 58 0 8 D AF 4F 31
Octal 32 336 315 130 0 10 15 257 117 61
Binary 11010 11011110 11001101 1011000 0 1000 1101 10101111 1001111 110001

Color Harmonies of #1ADECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADECD

Black with #1ADECD

Text Example


Text Example

White with #1ADECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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