#1FE3FD

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

Shades of Bright Turquoise #1FE3FD

Tints of Bright Turquoise #1FE3FD

Color information

#1FE3FD (or 0x1FE3FD) is unknown color: approx Bright Turquoise. HEX triplet: 1F, E3 and FD. RGB value is (31,227,253). Sum of RGB (Red+Green+Blue) = 31+227+253=511 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.07% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FE3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE3FD is #E01C02. Grayscale: #ABABAB. Windows color (decimal): -14687235 or 16638751. OLE color: 16638751.

HSL color Cylindrical-coordinate representation of color #1FE3FD: hue angle of 187.03º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FE3FD is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB31227253-
CMYK0.880.1000.01
HSL187.03º98.23%55.69%-
HSV(B)187.03º87.75%99.22%-
XYZ45.7662.32102.55-
YUV171.36174.0727.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.07%
GREEN value IS 227 (89.06% from 255) = 44.42%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=6.07%
G=44.42%
B=49.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal312272530.880.1000.01187.0398.2355.69
Hex1FE3FD58A01bb6238
Octal37343375130120127314270
Binary1111111100011111111011011000101001101110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,227,253); }

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

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

 a { background-color: rgb(31,227,253); }

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

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

 span { border-color: rgb(31,227,253); }

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