Html Css Color HEX #1DF8CC Bright Turquoise

📋 copy color: '#1DF8CC'

red 29 ◦ green 248 ◦ blue 204

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

Shades of Bright Turquoise #1DF8CC

Tints of Bright Turquoise #1DF8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.56%

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

R = 6.03%
G = 51.56%
B = 42.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#1DF8CC (or 0x1DF8CC) is known color: Bright Turquoise. HEX triplet: 1D, F8 and CC. RGB value is (29,248,204). Sum of RGB (Red+Green+Blue) = 29+248+204=481 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.03% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF8CC is #E20733. Grayscale: #B1B1B1. Windows color (decimal): -14812980 or 13432861. OLE color: 13432861.

HSL color Cylindrical-coordinate representation of color #1DF8CC: hue angle of 167.95º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF8CC is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 248 204 -
CMYK 0.88 0 0.18 0.03
HSL 167.95º 0.94% 0.54% -
HSV(B) 167.95º 0.88% 0.97% -
XYZ 44.97 71.76 68.61 -
YUV 177.5 142.95 22.08 -
System Red Green Blue C M Y K H S L
Decimal 29 248 204 0.88 0 0.18 0.03 167.95 0.94 0.54
Hex 1D F8 CC 58 0 12 3 A8 5E 36
Octal 35 370 314 130 0 22 3 250 136 66
Binary 11101 11111000 11001100 1011000 0 10010 11 10101000 1011110 110110

Color Harmonies of #1DF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF8CC

Black with #1DF8CC

Text Example


Text Example

White with #1DF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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