Html Css Color HEX #1DFACC Bright Turquoise

📋 copy color: '#1DFACC'

red 29 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #1DFACC

Tints of Bright Turquoise #1DFACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 6%
G = 51.76%
B = 42.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#1DFACC (or 0x1DFACC) is known color: Bright Turquoise. HEX triplet: 1D, FA and CC. RGB value is (29,250,204). Sum of RGB (Red+Green+Blue) = 29+250+204=483 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.00% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFACC is #E20533. Grayscale: #B2B2B2. Windows color (decimal): -14812468 or 13433373. OLE color: 13433373.

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

Color convert

RGB 29 250 204 -
CMYK 0.88 0 0.18 0.02
HSL 167.51º 0.96% 0.55% -
HSV(B) 167.51º 0.88% 0.98% -
XYZ 45.59 72.99 68.81 -
YUV 178.68 142.28 21.24 -
System Red Green Blue C M Y K H S L
Decimal 29 250 204 0.88 0 0.18 0.02 167.51 0.96 0.55
Hex 1D FA CC 58 0 12 2 A8 60 37
Octal 35 372 314 130 0 22 2 250 140 67
Binary 11101 11111010 11001100 1011000 0 10010 10 10101000 1100000 110111

Color Harmonies of #1DFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFACC

Black with #1DFACC

Text Example


Text Example

White with #1DFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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