Html Css Color HEX #1DFDCC Bright Turquoise

📋 copy color: '#1DFDCC'

red 29 ◦ green 253 ◦ blue 204

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

Shades of Bright Turquoise #1DFDCC

Tints of Bright Turquoise #1DFDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.06%

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

R = 5.97%
G = 52.06%
B = 41.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#1DFDCC (or 0x1DFDCC) is known color: Bright Turquoise. HEX triplet: 1D, FD and CC. RGB value is (29,253,204). Sum of RGB (Red+Green+Blue) = 29+253+204=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFDCC is #E20233. Grayscale: #B4B4B4. Windows color (decimal): -14811700 or 13434141. OLE color: 13434141.

HSL color Cylindrical-coordinate representation of color #1DFDCC: hue angle of 166.88º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFDCC is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 253 204 -
CMYK 0.89 0 0.19 0.01
HSL 166.88º 0.98% 0.55% -
HSV(B) 166.88º 0.89% 0.99% -
XYZ 46.53 74.87 69.13 -
YUV 180.44 141.29 19.98 -
System Red Green Blue C M Y K H S L
Decimal 29 253 204 0.89 0 0.19 0.01 166.88 0.98 0.55
Hex 1D FD CC 59 0 13 1 A7 62 37
Octal 35 375 314 131 0 23 1 247 142 67
Binary 11101 11111101 11001100 1011001 0 10011 1 10100111 1100010 110111

Color Harmonies of #1DFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFDCC

Black with #1DFDCC

Text Example


Text Example

White with #1DFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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