#1fdbe8

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

Shades of Bright Turquoise #1FDBE8

Tints of Bright Turquoise #1FDBE8

Color information

#1FDBE8 (or 0x1FDBE8) is unknown color: approx Bright Turquoise. HEX triplet: 1F, DB and E8. RGB value is (31,219,232). Sum of RGB (Red+Green+Blue) = 31+219+232=482 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.43% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #1FDBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDBE8 is #E02417. Grayscale: #A4A4A4. Windows color (decimal): -14689304 or 15260447. OLE color: 15260447.

HSL color Cylindrical-coordinate representation of color #1FDBE8: hue angle of 183.88º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDBE8 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB31219232-
CMYK0.870.0600.09
HSL183.88º81.38%51.57%-
HSV(B)183.88º86.64%90.98%-
XYZ40.4656.7885.17-
YUV164.27166.2232.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.43%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 232 (91.02% from 255) = 48.13%
R=6.43%
G=45.44%
B=48.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal312192320.870.0600.09183.8881.3851.57
Hex1FDBE857609b85134
Octal37333350127601127012164
Binary111111101101111101000101011111001001101110001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fdbe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,219,232); }

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

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

 a { background-color: rgb(31,219,232); }

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

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

 span { border-color: rgb(31,219,232); }

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