#1DDBF1

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

Shades of Bright Turquoise #1DDBF1

Tints of Bright Turquoise #1DDBF1

Color information

#1DDBF1 (or 0x1DDBF1) is unknown color: approx Bright Turquoise. HEX triplet: 1D, DB and F1. RGB value is (29,219,241). Sum of RGB (Red+Green+Blue) = 29+219+241=489 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.93% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DDBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDBF1 is #E2240E. Grayscale: #A4A4A4. Windows color (decimal): -14820367 or 15850269. OLE color: 15850269.

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

Color convert

RGB29219241-
CMYK0.880.0900.05
HSL186.23º88.33%52.94%-
HSV(B)186.23º87.97%94.51%-
XYZ41.7257.2892.08-
YUV164.7171.0531.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.93%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=5.93%
G=44.79%
B=49.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal292192410.880.0900.05186.2388.3352.94
Hex1DDBF158905ba5835
Octal35333361130110527213065
Binary111011101101111110001101100010010101101110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,219,241); }

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

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

 a { background-color: rgb(29,219,241); }

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

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

 span { border-color: rgb(29,219,241); }

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