#1BDCF1

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

Shades of Bright Turquoise #1BDCF1

Tints of Bright Turquoise #1BDCF1

Color information

#1BDCF1 (or 0x1BDCF1) is unknown color: approx Bright Turquoise. HEX triplet: 1B, DC and F1. RGB value is (27,220,241). Sum of RGB (Red+Green+Blue) = 27+220+241=488 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.53% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #1BDCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDCF1 is #E4230E. Grayscale: #A4A4A4. Windows color (decimal): -14951183 or 15850523. OLE color: 15850523.

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

Color convert

RGB27220241-
CMYK0.890.0900.05
HSL185.89º88.43%52.55%-
HSV(B)185.89º88.8%94.51%-
XYZ41.9257.7792.16-
YUV164.69171.0629.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.53%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=5.53%
G=45.08%
B=49.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal272202410.890.0900.05185.8988.4352.55
Hex1BDCF159905ba5835
Octal33334361131110527213065
Binary110111101110011110001101100110010101101110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,220,241); }

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

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

 a { background-color: rgb(27,220,241); }

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

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

 span { border-color: rgb(27,220,241); }

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