#1BF1DC

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

Shades of Bright Turquoise #1BF1DC

Tints of Bright Turquoise #1BF1DC

Color information

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

HSL color Cylindrical-coordinate representation of color #1BF1DC: hue angle of 174.11º 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 #1BF1DC is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB27241220-
CMYK0.8900.090.05
HSL174.11º88.43%52.55%-
HSV(B)174.11º88.8%94.51%-
XYZ44.8368.3178.53-
YUV174.62153.622.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal272412200.8900.090.05174.1188.4352.55
Hex1BF1DC59095ae5835
Octal33361334131011525613065
Binary110111111000111011100101100101001101101011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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