#1DD7F1

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

Shades of Bright Turquoise #1DD7F1

Tints of Bright Turquoise #1DD7F1

Color information

#1DD7F1 (or 0x1DD7F1) is unknown color: approx Bright Turquoise. HEX triplet: 1D, D7 and F1. RGB value is (29,215,241). Sum of RGB (Red+Green+Blue) = 29+215+241=485 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.98% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DD7F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD7F1 is #E2280E. Grayscale: #A2A2A2. Windows color (decimal): -14821391 or 15849245. OLE color: 15849245.

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

Color convert

RGB29215241-
CMYK0.880.1100.05
HSL187.36º88.33%52.94%-
HSV(B)187.36º87.97%94.51%-
XYZ40.6855.2191.73-
YUV162.35172.3832.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.98%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 241 (94.53% from 255) = 49.69%
R=5.98%
G=44.33%
B=49.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal292152410.880.1100.05187.3688.3352.94
Hex1DD7F158B05bb5835
Octal35327361130130527313065
Binary111011101011111110001101100010110101101110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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