#1DE0F8

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

Shades of Bright Turquoise #1DE0F8

Tints of Bright Turquoise #1DE0F8

Color information

#1DE0F8 (or 0x1DE0F8) is unknown color: approx Bright Turquoise. HEX triplet: 1D, E0 and F8. RGB value is (29,224,248). Sum of RGB (Red+Green+Blue) = 29+224+248=501 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.79% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #1DE0F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DE0F8 is #E21F07. Grayscale: #A8A8A8. Windows color (decimal): -14819080 or 16310301. OLE color: 16310301.

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

Color convert

RGB29224248-
CMYK0.880.1000.03
HSL186.58º93.99%54.31%-
HSV(B)186.58º88.31%97.25%-
XYZ44.1160.3598.13-
YUV168.43172.928.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.79%
GREEN value IS 224 (87.89% from 255) = 44.71%
BLUE value IS 248 (97.27% from 255) = 49.50%
R=5.79%
G=44.71%
B=49.50%

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
Decimal292242480.880.1000.03186.5893.9954.31
Hex1DE0F858A03bb5e36
Octal35340370130120327313666
Binary11101111000001111100010110001010011101110111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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