Html Css Color HEX #1ADCEE Bright Turquoise

📋 copy color: '#1ADCEE'

red 26 ◦ green 220 ◦ blue 238

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

Shades of Bright Turquoise #1ADCEE

Tints of Bright Turquoise #1ADCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 5.37%
G = 45.45%
B = 49.17%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ADCEE (or 0x1ADCEE) is known color: Bright Turquoise. HEX triplet: 1A, DC and EE. RGB value is (26,220,238). Sum of RGB (Red+Green+Blue) = 26+220+238=484 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.37% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ADCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCEE is #E52311. Grayscale: #A3A3A3. Windows color (decimal): -15016722 or 15653914. OLE color: 15653914.

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

Color convert

RGB 26 220 238 -
CMYK 0.89 0.08 0 0.07
HSL 185.09º 0.86% 0.52% -
HSV(B) 185.09º 0.89% 0.93% -
XYZ 41.45 57.58 89.82 -
YUV 164.05 169.73 29.54 -
System Red Green Blue C M Y K H S L
Decimal 26 220 238 0.89 0.08 0 0.07 185.09 0.86 0.52
Hex 1A DC EE 59 8 0 7 B9 56 34
Octal 32 334 356 131 10 0 7 271 126 64
Binary 11010 11011100 11101110 1011001 1000 0 111 10111001 1010110 110100

Color Harmonies of #1ADCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCEE

Black with #1ADCEE

Text Example


Text Example

White with #1ADCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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