#1BF9C3

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

Shades of Bright Turquoise #1BF9C3

Tints of Bright Turquoise #1BF9C3

Color information

#1BF9C3 (or 0x1BF9C3) is unknown color: approx Bright Turquoise. HEX triplet: 1B, F9 and C3. RGB value is (27,249,195). Sum of RGB (Red+Green+Blue) = 27+249+195=471 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.73% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF9C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF9C3 is #E4063C. Grayscale: #B0B0B0. Windows color (decimal): -14943805 or 12843291. OLE color: 12843291.

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

Color convert

RGB27249195-
CMYK0.8900.220.02
HSL165.41º94.87%54.12%-
HSV(B)165.41º89.16%97.65%-
XYZ44.1871.9263.18-
YUV176.47138.4521.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.73%
GREEN value IS 249 (97.66% from 255) = 52.87%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=5.73%
G=52.87%
B=41.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal272491950.8900.220.02165.4194.8754.12
Hex1BF9C3590162a55f36
Octal33371303131026224513766
Binary110111111100111000011101100101011010101001011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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