Html Css Color HEX #1ADCF9 Bright Turquoise

📋 copy color: '#1ADCF9'

red 26 ◦ green 220 ◦ blue 249

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

Shades of Bright Turquoise #1ADCF9

Tints of Bright Turquoise #1ADCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 5.25%
G = 44.44%
B = 50.3%

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

#1ADCF9 (or 0x1ADCF9) is known color: Bright Turquoise. HEX triplet: 1A, DC and F9. RGB value is (26,220,249). Sum of RGB (Red+Green+Blue) = 26+220+249=495 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.25% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #1ADCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCF9 is #E52306. Grayscale: #A4A4A4. Windows color (decimal): -15016711 or 16374810. OLE color: 16374810.

HSL color Cylindrical-coordinate representation of color #1ADCF9: hue angle of 187.8º degrees, saturation: 0.95, 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 #1ADCF9 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 220 249 -
CMYK 0.90 0.12 0 0.02
HSL 187.8º 0.95% 0.54% -
HSV(B) 187.8º 0.9% 0.98% -
XYZ 43.12 58.25 98.59 -
YUV 165.3 175.23 28.64 -
System Red Green Blue C M Y K H S L
Decimal 26 220 249 0.90 0.12 0 0.02 187.8 0.95 0.54
Hex 1A DC F9 5A C 0 2 BC 5F 36
Octal 32 334 371 132 14 0 2 274 137 66
Binary 11010 11011100 11111001 1011010 1100 0 10 10111100 1011111 110110

Color Harmonies of #1ADCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCF9

Black with #1ADCF9

Text Example


Text Example

White with #1ADCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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