Html Css Color HEX #1ADCFB Bright Turquoise

📋 copy color: '#1ADCFB'

red 26 ◦ green 220 ◦ blue 251

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

Shades of Bright Turquoise #1ADCFB

Tints of Bright Turquoise #1ADCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 5.23%
G = 44.27%
B = 50.5%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ADCFB (or 0x1ADCFB) is known color: Bright Turquoise. HEX triplet: 1A, DC and FB. RGB value is (26,220,251). Sum of RGB (Red+Green+Blue) = 26+220+251=497 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.23% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ADCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCFB is #E52304. Grayscale: #A5A5A5. Windows color (decimal): -15016709 or 16505882. OLE color: 16505882.

HSL color Cylindrical-coordinate representation of color #1ADCFB: hue angle of 188.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADCFB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 220 251 -
CMYK 0.90 0.12 0 0.02
HSL 188.27º 0.97% 0.54% -
HSV(B) 188.27º 0.9% 0.98% -
XYZ 43.43 58.37 100.24 -
YUV 165.53 176.23 28.48 -
System Red Green Blue C M Y K H S L
Decimal 26 220 251 0.90 0.12 0 0.02 188.27 0.97 0.54
Hex 1A DC FB 5A C 0 2 BC 61 36
Octal 32 334 373 132 14 0 2 274 141 66
Binary 11010 11011100 11111011 1011010 1100 0 10 10111100 1100001 110110

Color Harmonies of #1ADCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCFB

Black with #1ADCFB

Text Example


Text Example

White with #1ADCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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