Html Css Color HEX #1ADECE Bright Turquoise

📋 copy color: '#1ADECE'

red 26 ◦ green 222 ◦ blue 206

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

Shades of Bright Turquoise #1ADECE

Tints of Bright Turquoise #1ADECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 5.73%
G = 48.9%
B = 45.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#1ADECE (or 0x1ADECE) is known color: Bright Turquoise. HEX triplet: 1A, DE and CE. RGB value is (26,222,206). Sum of RGB (Red+Green+Blue) = 26+222+206=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADECE is #E52131. Grayscale: #A1A1A1. Windows color (decimal): -15016242 or 13557274. OLE color: 13557274.

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

Color convert

RGB 26 222 206 -
CMYK 0.88 0 0.07 0.13
HSL 175.1º 0.79% 0.49% -
HSV(B) 175.1º 0.88% 0.87% -
XYZ 37.69 56.92 67.39 -
YUV 161.57 153.07 31.3 -
System Red Green Blue C M Y K H S L
Decimal 26 222 206 0.88 0 0.07 0.13 175.1 0.79 0.49
Hex 1A DE CE 58 0 7 D AF 4F 31
Octal 32 336 316 130 0 7 15 257 117 61
Binary 11010 11011110 11001110 1011000 0 111 1101 10101111 1001111 110001

Color Harmonies of #1ADECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADECE

Black with #1ADECE

Text Example


Text Example

White with #1ADECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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