Html Css Color HEX #1DF9C6 Bright Turquoise

📋 copy color: '#1DF9C6'

red 29 ◦ green 249 ◦ blue 198

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

Shades of Bright Turquoise #1DF9C6

Tints of Bright Turquoise #1DF9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 6.09%
G = 52.31%
B = 41.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#1DF9C6 (or 0x1DF9C6) is known color: Bright Turquoise. HEX triplet: 1D, F9 and C6. RGB value is (29,249,198). Sum of RGB (Red+Green+Blue) = 29+249+198=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9C6 is #E20639. Grayscale: #B1B1B1. Windows color (decimal): -14812730 or 13039901. OLE color: 13039901.

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

Color convert

RGB 29 249 198 -
CMYK 0.88 0 0.20 0.02
HSL 166.09º 0.95% 0.55% -
HSV(B) 166.09º 0.88% 0.98% -
XYZ 44.58 72.09 64.99 -
YUV 177.41 139.61 22.15 -
System Red Green Blue C M Y K H S L
Decimal 29 249 198 0.88 0 0.20 0.02 166.09 0.95 0.55
Hex 1D F9 C6 58 0 14 2 A6 5F 37
Octal 35 371 306 130 0 24 2 246 137 67
Binary 11101 11111001 11000110 1011000 0 10100 10 10100110 1011111 110111

Color Harmonies of #1DF9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9C6

Black with #1DF9C6

Text Example


Text Example

White with #1DF9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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