#1DD7EE

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

Shades of Bright Turquoise #1DD7EE

Tints of Bright Turquoise #1DD7EE

Color information

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

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

Color convert

RGB29215238-
CMYK0.880.1000.07
HSL186.6º86.01%52.35%-
HSV(B)186.6º87.82%93.33%-
XYZ40.2455.0489.39-
YUV162.01170.8833.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal292152380.880.1000.07186.686.0152.35
Hex1DD7EE58A07bb5634
Octal35327356130120727312664
Binary111011101011111101110101100010100111101110111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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