Html Css Color HEX #1ADFDC Bright Turquoise

📋 copy color: '#1ADFDC'

red 26 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #1ADFDC

Tints of Bright Turquoise #1ADFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.55%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 5.54%
G = 47.55%
B = 46.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#1ADFDC (or 0x1ADFDC) is known color: Bright Turquoise. HEX triplet: 1A, DF and DC. RGB value is (26,223,220). Sum of RGB (Red+Green+Blue) = 26+223+220=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFDC is #E52023. Grayscale: #A3A3A3. Windows color (decimal): -15015972 or 14475034. OLE color: 14475034.

HSL color Cylindrical-coordinate representation of color #1ADFDC: hue angle of 179.09º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADFDC is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 223 220 -
CMYK 0.88 0 0.01 0.13
HSL 179.09º 0.79% 0.49% -
HSV(B) 179.09º 0.88% 0.87% -
XYZ 39.73 58.16 76.84 -
YUV 163.76 159.73 29.74 -
System Red Green Blue C M Y K H S L
Decimal 26 223 220 0.88 0 0.01 0.13 179.09 0.79 0.49
Hex 1A DF DC 58 0 1 D B3 4F 31
Octal 32 337 334 130 0 1 15 263 117 61
Binary 11010 11011111 11011100 1011000 0 1 1101 10110011 1001111 110001

Color Harmonies of #1ADFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFDC

Black with #1ADFDC

Text Example


Text Example

White with #1ADFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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