#1DEED7

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

Shades of Bright Turquoise #1DEED7

Tints of Bright Turquoise #1DEED7

Color information

#1DEED7 (or 0x1DEED7) is unknown color: approx Bright Turquoise. HEX triplet: 1D, EE and D7. RGB value is (29,238,215). Sum of RGB (Red+Green+Blue) = 29+238+215=482 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.02% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEED7 is #E21128. Grayscale: #ACACAC. Windows color (decimal): -14815529 or 14151197. OLE color: 14151197.

HSL color Cylindrical-coordinate representation of color #1DEED7: hue angle of 173.4º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEED7 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB29238215-
CMYK0.8800.100.07
HSL173.4º86.01%52.35%-
HSV(B)173.4º87.82%93.33%-
XYZ43.3566.3274.81-
YUV172.89151.7625.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.02%
GREEN value IS 238 (93.36% from 255) = 49.38%
BLUE value IS 215 (84.38% from 255) = 44.61%
R=6.02%
G=49.38%
B=44.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal292382150.8800.100.07173.486.0152.35
Hex1DEED7580A7ad5634
Octal35356327130012725512664
Binary111011110111011010111101100001010111101011011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,238,215); }

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

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

 a { background-color: rgb(29,238,215); }

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

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

 span { border-color: rgb(29,238,215); }

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