Html Css Color HEX #1DFADC Bright Turquoise

📋 copy color: '#1DFADC'

red 29 ◦ green 250 ◦ blue 220

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

Shades of Bright Turquoise #1DFADC

Tints of Bright Turquoise #1DFADC

RGB

 RED value IS 29 (11.72% from 255) = 5.81%

 GREEN value IS 250 (98.05% from 255) = 50.1%

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

R = 5.81%
G = 50.1%
B = 44.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#1DFADC (or 0x1DFADC) is known color: Bright Turquoise. HEX triplet: 1D, FA and DC. RGB value is (29,250,220). Sum of RGB (Red+Green+Blue) = 29+250+220=499 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.81% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFADC is #E20523. Grayscale: #B4B4B4. Windows color (decimal): -14812452 or 14481949. OLE color: 14481949.

HSL color Cylindrical-coordinate representation of color #1DFADC: hue angle of 171.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFADC is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 250 220 -
CMYK 0.88 0 0.12 0.02
HSL 171.86º 0.96% 0.55% -
HSV(B) 171.86º 0.88% 0.98% -
XYZ 47.61 73.8 79.45 -
YUV 180.5 150.28 19.94 -
System Red Green Blue C M Y K H S L
Decimal 29 250 220 0.88 0 0.12 0.02 171.86 0.96 0.55
Hex 1D FA DC 58 0 C 2 AC 60 37
Octal 35 372 334 130 0 14 2 254 140 67
Binary 11101 11111010 11011100 1011000 0 1100 10 10101100 1100000 110111

Color Harmonies of #1DFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFADC

Black with #1DFADC

Text Example


Text Example

White with #1DFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,250,220); }

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

background-color css

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

 a { background-color: rgb(29,250,220); }

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

border-color css

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

 span { border-color: rgb(29,250,220); }

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