#1BF1C3

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

Shades of Bright Turquoise #1BF1C3

Tints of Bright Turquoise #1BF1C3

Color information

#1BF1C3 (or 0x1BF1C3) is unknown color: approx Bright Turquoise. HEX triplet: 1B, F1 and C3. RGB value is (27,241,195). Sum of RGB (Red+Green+Blue) = 27+241+195=463 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.83% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #1BF1C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF1C3 is #E40E3C. Grayscale: #ABABAB. Windows color (decimal): -14945853 or 12841243. OLE color: 12841243.

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

Color convert

RGB27241195-
CMYK0.8900.190.05
HSL167.1º88.43%52.55%-
HSV(B)167.1º88.8%94.51%-
XYZ41.7667.0862.38-
YUV171.77141.124.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.83%
GREEN value IS 241 (94.53% from 255) = 52.05%
BLUE value IS 195 (76.56% from 255) = 42.12%
R=5.83%
G=52.05%
B=42.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal272411950.8900.190.05167.188.4352.55
Hex1BF1C3590135a75835
Octal33361303131023524713065
Binary1101111110001110000111011001010011101101001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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