#1DFEED

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

Shades of Bright Turquoise #1DFEED

Tints of Bright Turquoise #1DFEED

Color information

#1DFEED (or 0x1DFEED) is unknown color: approx Bright Turquoise. HEX triplet: 1D, FE and ED. RGB value is (29,254,237). Sum of RGB (Red+Green+Blue) = 29+254+237=520 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.58% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFEED is #E20112. Grayscale: #B8B8B8. Windows color (decimal): -14811411 or 15597085. OLE color: 15597085.

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

Color convert

RGB29254237-
CMYK0.8900.070.00
HSL175.47º99.12%55.49%-
HSV(B)175.47º88.58%99.61%-
XYZ51.2377.2692.33-
YUV184.79157.4616.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.58%
GREEN value IS 254 (99.61% from 255) = 48.85%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=5.58%
G=48.85%
B=45.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal292542370.8900.070.00175.4799.1255.49
Hex1DFEED59070af6337
Octal3537635513107025714367
Binary111011111111011101101101100101110101011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,254,237); }

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

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

 a { background-color: rgb(29,254,237); }

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

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

 span { border-color: rgb(29,254,237); }

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