Html Css Color HEX #1ADCEC Bright Turquoise

📋 copy color: '#1ADCEC'

red 26 ◦ green 220 ◦ blue 236

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

Shades of Bright Turquoise #1ADCEC

Tints of Bright Turquoise #1ADCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 5.39%
G = 45.64%
B = 48.96%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ADCEC (or 0x1ADCEC) is known color: Bright Turquoise. HEX triplet: 1A, DC and EC. RGB value is (26,220,236). Sum of RGB (Red+Green+Blue) = 26+220+236=482 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.39% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #1ADCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCEC is #E52313. Grayscale: #A3A3A3. Windows color (decimal): -15016724 or 15522842. OLE color: 15522842.

HSL color Cylindrical-coordinate representation of color #1ADCEC: hue angle of 184.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADCEC is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 220 236 -
CMYK 0.89 0.07 0 0.07
HSL 184.57º 0.85% 0.51% -
HSV(B) 184.57º 0.89% 0.93% -
XYZ 41.16 57.46 88.28 -
YUV 163.82 168.73 29.7 -
System Red Green Blue C M Y K H S L
Decimal 26 220 236 0.89 0.07 0 0.07 184.57 0.85 0.51
Hex 1A DC EC 59 7 0 7 B9 55 33
Octal 32 334 354 131 7 0 7 271 125 63
Binary 11010 11011100 11101100 1011001 111 0 111 10111001 1010101 110011

Color Harmonies of #1ADCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCEC

Black with #1ADCEC

Text Example


Text Example

White with #1ADCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,220,236); }

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

background-color css

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

 a { background-color: rgb(26,220,236); }

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

border-color css

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

 span { border-color: rgb(26,220,236); }

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