#1FDCEF

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

Shades of Bright Turquoise #1FDCEF

Tints of Bright Turquoise #1FDCEF

Color information

#1FDCEF (or 0x1FDCEF) is unknown color: approx Bright Turquoise. HEX triplet: 1F, DC and EF. RGB value is (31,220,239). Sum of RGB (Red+Green+Blue) = 31+220+239=490 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.33% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FDCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDCEF is #E02310. Grayscale: #A5A5A5. Windows color (decimal): -14689041 or 15719455. OLE color: 15719455.

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

Color convert

RGB31220239-
CMYK0.870.0800.06
HSL185.48º86.67%52.94%-
HSV(B)185.48º87.03%93.73%-
XYZ41.7457.7190.6-
YUV165.66169.3831.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.33%
GREEN value IS 220 (86.33% from 255) = 44.90%
BLUE value IS 239 (93.75% from 255) = 48.78%
R=6.33%
G=44.90%
B=48.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312202390.870.0800.06185.4886.6752.94
Hex1FDCEF57806b95735
Octal37334357127100627112765
Binary111111101110011101111101011110000110101110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,220,239); }

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

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

 a { background-color: rgb(31,220,239); }

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

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

 span { border-color: rgb(31,220,239); }

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