Html Css Color HEX #1ADCEB Bright Turquoise

📋 copy color: '#1ADCEB'

red 26 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #1ADCEB

Tints of Bright Turquoise #1ADCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 5.41%
G = 45.74%
B = 48.86%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ADCEB (or 0x1ADCEB) is known color: Bright Turquoise. HEX triplet: 1A, DC and EB. RGB value is (26,220,235). Sum of RGB (Red+Green+Blue) = 26+220+235=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ADCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCEB is #E52314. Grayscale: #A3A3A3. Windows color (decimal): -15016725 or 15457306. OLE color: 15457306.

HSL color Cylindrical-coordinate representation of color #1ADCEB: hue angle of 184.31º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADCEB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 220 235 -
CMYK 0.89 0.06 0 0.08
HSL 184.31º 0.84% 0.51% -
HSV(B) 184.31º 0.89% 0.92% -
XYZ 41.01 57.4 87.52 -
YUV 163.7 168.23 29.78 -
System Red Green Blue C M Y K H S L
Decimal 26 220 235 0.89 0.06 0 0.08 184.31 0.84 0.51
Hex 1A DC EB 59 6 0 8 B8 54 33
Octal 32 334 353 131 6 0 10 270 124 63
Binary 11010 11011100 11101011 1011001 110 0 1000 10111000 1010100 110011

Color Harmonies of #1ADCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCEB

Black with #1ADCEB

Text Example


Text Example

White with #1ADCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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