#1DDFF8

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

Shades of Bright Turquoise #1DDFF8

Tints of Bright Turquoise #1DDFF8

Color information

#1DDFF8 (or 0x1DDFF8) is unknown color: approx Bright Turquoise. HEX triplet: 1D, DF and F8. RGB value is (29,223,248). Sum of RGB (Red+Green+Blue) = 29+223+248=500 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.8% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #1DDFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFF8 is #E22007. Grayscale: #A7A7A7. Windows color (decimal): -14819336 or 16310045. OLE color: 16310045.

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

Color convert

RGB29223248-
CMYK0.880.1000.03
HSL186.85º93.99%54.31%-
HSV(B)186.85º88.31%97.25%-
XYZ43.8459.8198.04-
YUV167.84173.2328.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.8%
GREEN value IS 223 (87.5% from 255) = 44.6%
BLUE value IS 248 (97.27% from 255) = 49.6%
R=5.8%
G=44.6%
B=49.6%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal292232480.880.1000.03186.8593.9954.31
Hex1DDFF858A03bb5e36
Octal35337370130120327313666
Binary11101110111111111100010110001010011101110111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DDFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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