Html Css Color HEX #1ADCED Bright Turquoise

📋 copy color: '#1ADCED'

red 26 ◦ green 220 ◦ blue 237

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

Shades of Bright Turquoise #1ADCED

Tints of Bright Turquoise #1ADCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 5.38%
G = 45.55%
B = 49.07%

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

#1ADCED (or 0x1ADCED) is known color: Bright Turquoise. HEX triplet: 1A, DC and ED. RGB value is (26,220,237). Sum of RGB (Red+Green+Blue) = 26+220+237=483 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.38% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ADCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCED is #E52312. Grayscale: #A3A3A3. Windows color (decimal): -15016723 or 15588378. OLE color: 15588378.

HSL color Cylindrical-coordinate representation of color #1ADCED: hue angle of 184.83º degrees, saturation: 0.85, 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 #1ADCED is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 220 237 -
CMYK 0.89 0.07 0 0.07
HSL 184.83º 0.85% 0.52% -
HSV(B) 184.83º 0.89% 0.93% -
XYZ 41.31 57.52 89.05 -
YUV 163.93 169.23 29.62 -
System Red Green Blue C M Y K H S L
Decimal 26 220 237 0.89 0.07 0 0.07 184.83 0.85 0.52
Hex 1A DC ED 59 7 0 7 B9 55 34
Octal 32 334 355 131 7 0 7 271 125 64
Binary 11010 11011100 11101101 1011001 111 0 111 10111001 1010101 110100

Color Harmonies of #1ADCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCED

Black with #1ADCED

Text Example


Text Example

White with #1ADCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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