#1FDDF1

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

Shades of Bright Turquoise #1FDDF1

Tints of Bright Turquoise #1FDDF1

Color information

#1FDDF1 (or 0x1FDDF1) is unknown color: approx Bright Turquoise. HEX triplet: 1F, DD and F1. RGB value is (31,221,241). Sum of RGB (Red+Green+Blue) = 31+221+241=493 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.29% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #1FDDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDDF1 is #E0220E. Grayscale: #A6A6A6. Windows color (decimal): -14688783 or 15850783. OLE color: 15850783.

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

Color convert

RGB31221241-
CMYK0.870.0800.05
HSL185.71º88.24%53.33%-
HSV(B)185.71º87.14%94.51%-
XYZ42.358.3692.25-
YUV166.47170.0531.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.29%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 241 (94.53% from 255) = 48.88%
R=6.29%
G=44.83%
B=48.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal312212410.870.0800.05185.7188.2453.33
Hex1FDDF157805ba5835
Octal37335361127100527213065
Binary111111101110111110001101011110000101101110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,221,241); }

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

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

 a { background-color: rgb(31,221,241); }

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

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

 span { border-color: rgb(31,221,241); }

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