#1DEAF0

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

Shades of Bright Turquoise #1DEAF0

Tints of Bright Turquoise #1DEAF0

Color information

#1DEAF0 (or 0x1DEAF0) is unknown color: approx Bright Turquoise. HEX triplet: 1D, EA and F0. RGB value is (29,234,240). Sum of RGB (Red+Green+Blue) = 29+234+240=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DEAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEAF0 is #E2150F. Grayscale: #ADADAD. Windows color (decimal): -14816528 or 15788573. OLE color: 15788573.

HSL color Cylindrical-coordinate representation of color #1DEAF0: hue angle of 181.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEAF0 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB29234240-
CMYK0.880.0200.06
HSL181.71º87.55%52.75%-
HSV(B)181.71º87.92%94.12%-
XYZ45.6665.492.65-
YUV173.39165.5825.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.77%
GREEN value IS 234 (91.80% from 255) = 46.52%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=5.77%
G=46.52%
B=47.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292342400.880.0200.06181.7187.5552.75
Hex1DEAF058206b65835
Octal3535236013020626613065
Binary1110111101010111100001011000100110101101101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,234,240); }

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

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

 a { background-color: rgb(29,234,240); }

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

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

 span { border-color: rgb(29,234,240); }

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