#1DFCE7

Color #1DFCE7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1DFCE7

Tints of Bright Turquoise #1DFCE7

Color information

#1DFCE7 (or 0x1DFCE7) is unknown color: approx Bright Turquoise. HEX triplet: 1D, FC and E7. RGB value is (29,252,231). Sum of RGB (Red+Green+Blue) = 29+252+231=512 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.66% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFCE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFCE7 is #E20318. Grayscale: #B6B6B6. Windows color (decimal): -14811929 or 15203357. OLE color: 15203357.

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

Color convert

RGB29252231-
CMYK0.8800.080.01
HSL174.35º97.38%55.1%-
HSV(B)174.35º88.49%98.82%-
XYZ49.7475.6587.58-
YUV182.93155.1218.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.66%
GREEN value IS 252 (98.83% from 255) = 49.22%
BLUE value IS 231 (90.62% from 255) = 45.12%
R=5.66%
G=49.22%
B=45.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal292522310.8800.080.01174.3597.3855.1
Hex1DFCE758081ae6137
Octal35374347130010125614167
Binary1110111111100111001111011000010001101011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,252,231); }

 H1.HeaderClassName
 {
   color: #1DFCE7;
 }
 .AnyTagClassName
 {
   color: #1DFCE7;
 }
</style>
background-color css

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

 a { background-color: rgb(29,252,231); }

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

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

 span { border-color: rgb(29,252,231); }

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