Html Css Color HEX #1DF9C3 Bright Turquoise

📋 copy color: '#1DF9C3'

red 29 ◦ green 249 ◦ blue 195

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

Shades of Bright Turquoise #1DF9C3

Tints of Bright Turquoise #1DF9C3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.64%

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 6.13%
G = 52.64%
B = 41.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#1DF9C3 (or 0x1DF9C3) is known color: Bright Turquoise. HEX triplet: 1D, F9 and C3. RGB value is (29,249,195). Sum of RGB (Red+Green+Blue) = 29+249+195=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9C3 is #E2063C. Grayscale: #B1B1B1. Windows color (decimal): -14812733 or 12843293. OLE color: 12843293.

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

Color convert

RGB 29 249 195 -
CMYK 0.88 0 0.22 0.02
HSL 165.27º 0.95% 0.55% -
HSV(B) 165.27º 0.88% 0.98% -
XYZ 44.23 71.95 63.19 -
YUV 177.06 138.11 22.39 -
System Red Green Blue C M Y K H S L
Decimal 29 249 195 0.88 0 0.22 0.02 165.27 0.95 0.55
Hex 1D F9 C3 58 0 16 2 A5 5F 37
Octal 35 371 303 130 0 26 2 245 137 67
Binary 11101 11111001 11000011 1011000 0 10110 10 10100101 1011111 110111

Color Harmonies of #1DF9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9C3

Black with #1DF9C3

Text Example


Text Example

White with #1DF9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,249,195); }

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

background-color css

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

 a { background-color: rgb(29,249,195); }

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

border-color css

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

 span { border-color: rgb(29,249,195); }

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