#1BFBEE

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

Shades of Bright Turquoise #1BFBEE

Tints of Bright Turquoise #1BFBEE

Color information

#1BFBEE (or 0x1BFBEE) is unknown color: approx Bright Turquoise. HEX triplet: 1B, FB and EE. RGB value is (27,251,238). Sum of RGB (Red+Green+Blue) = 27+251+238=516 (68% of max value = 765). Red value is 27 (10.94% from 255 or 5.23% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #1BFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BFBEE is #E40411. Grayscale: #B6B6B6. Windows color (decimal): -14943250 or 15661851. OLE color: 15661851.

HSL color Cylindrical-coordinate representation of color #1BFBEE: hue angle of 176.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFBEE is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB27251238-
CMYK0.8900.050.02
HSL176.52º96.55%54.51%-
HSV(B)176.52º89.24%98.43%-
XYZ50.3875.492.79-
YUV182.54159.2917.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.23%
GREEN value IS 251 (98.44% from 255) = 48.64%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=5.23%
G=48.64%
B=46.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal272512380.8900.050.02176.5296.5554.51
Hex1BFBEE59052b16137
Octal3337335613105226114167
Binary1101111111011111011101011001010110101100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,251,238); }

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

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

 a { background-color: rgb(27,251,238); }

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

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

 span { border-color: rgb(27,251,238); }

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