Html Css Color HEX #1ADFD2 Bright Turquoise

📋 copy color: '#1ADFD2'

red 26 ◦ green 223 ◦ blue 210

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

Shades of Bright Turquoise #1ADFD2

Tints of Bright Turquoise #1ADFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.75%

R = 5.66%
G = 48.58%
B = 45.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#1ADFD2 (or 0x1ADFD2) is known color: Bright Turquoise. HEX triplet: 1A, DF and D2. RGB value is (26,223,210). Sum of RGB (Red+Green+Blue) = 26+223+210=459 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.66% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFD2 is #E5202D. Grayscale: #A2A2A2. Windows color (decimal): -15015982 or 13819674. OLE color: 13819674.

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

Color convert

RGB 26 223 210 -
CMYK 0.88 0 0.06 0.13
HSL 176.04º 0.79% 0.49% -
HSV(B) 176.04º 0.88% 0.87% -
XYZ 38.45 57.65 70.07 -
YUV 162.62 154.73 30.56 -
System Red Green Blue C M Y K H S L
Decimal 26 223 210 0.88 0 0.06 0.13 176.04 0.79 0.49
Hex 1A DF D2 58 0 6 D B0 4F 31
Octal 32 337 322 130 0 6 15 260 117 61
Binary 11010 11011111 11010010 1011000 0 110 1101 10110000 1001111 110001

Color Harmonies of #1ADFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFD2

Black with #1ADFD2

Text Example


Text Example

White with #1ADFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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