Html Css Color HEX #1ADCF7 Bright Turquoise

📋 copy color: '#1ADCF7'

red 26 ◦ green 220 ◦ blue 247

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

Shades of Bright Turquoise #1ADCF7

Tints of Bright Turquoise #1ADCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 5.27%
G = 44.62%
B = 50.1%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1ADCF7 (or 0x1ADCF7) is known color: Bright Turquoise. HEX triplet: 1A, DC and F7. RGB value is (26,220,247). Sum of RGB (Red+Green+Blue) = 26+220+247=493 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.27% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #1ADCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCF7 is #E52308. Grayscale: #A4A4A4. Windows color (decimal): -15016713 or 16243738. OLE color: 16243738.

HSL color Cylindrical-coordinate representation of color #1ADCF7: hue angle of 187.33º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADCF7 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 26 220 247 -
CMYK 0.89 0.11 0 0.03
HSL 187.33º 0.93% 0.54% -
HSV(B) 187.33º 0.89% 0.97% -
XYZ 42.81 58.12 96.96 -
YUV 165.07 174.23 28.8 -
System Red Green Blue C M Y K H S L
Decimal 26 220 247 0.89 0.11 0 0.03 187.33 0.93 0.54
Hex 1A DC F7 59 B 0 3 BB 5D 36
Octal 32 334 367 131 13 0 3 273 135 66
Binary 11010 11011100 11110111 1011001 1011 0 11 10111011 1011101 110110

Color Harmonies of #1ADCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCF7

Black with #1ADCF7

Text Example


Text Example

White with #1ADCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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