Html Css Color HEX #1ADFD4 Bright Turquoise

📋 copy color: '#1ADFD4'

red 26 ◦ green 223 ◦ blue 212

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

Shades of Bright Turquoise #1ADFD4

Tints of Bright Turquoise #1ADFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 5.64%
G = 48.37%
B = 45.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#1ADFD4 (or 0x1ADFD4) is known color: Bright Turquoise. HEX triplet: 1A, DF and D4. RGB value is (26,223,212). Sum of RGB (Red+Green+Blue) = 26+223+212=461 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.64% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFD4 is #E5202B. Grayscale: #A2A2A2. Windows color (decimal): -15015980 or 13950746. OLE color: 13950746.

HSL color Cylindrical-coordinate representation of color #1ADFD4: hue angle of 176.65º 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 #1ADFD4 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 223 212 -
CMYK 0.88 0 0.05 0.13
HSL 176.65º 0.79% 0.49% -
HSV(B) 176.65º 0.88% 0.87% -
XYZ 38.7 57.75 71.39 -
YUV 162.84 155.73 30.39 -
System Red Green Blue C M Y K H S L
Decimal 26 223 212 0.88 0 0.05 0.13 176.65 0.79 0.49
Hex 1A DF D4 58 0 5 D B1 4F 31
Octal 32 337 324 130 0 5 15 261 117 61
Binary 11010 11011111 11010100 1011000 0 101 1101 10110001 1001111 110001

Color Harmonies of #1ADFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFD4

Black with #1ADFD4

Text Example


Text Example

White with #1ADFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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