#1BF7C4

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

Shades of Bright Turquoise #1BF7C4

Tints of Bright Turquoise #1BF7C4

Color information

#1BF7C4 (or 0x1BF7C4) is unknown color: approx Bright Turquoise. HEX triplet: 1B, F7 and C4. RGB value is (27,247,196). Sum of RGB (Red+Green+Blue) = 27+247+196=470 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.74% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #1BF7C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF7C4 is #E4083B. Grayscale: #AFAFAF. Windows color (decimal): -14944316 or 12908315. OLE color: 12908315.

HSL color Cylindrical-coordinate representation of color #1BF7C4: hue angle of 166.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF7C4 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB27247196-
CMYK0.8900.210.03
HSL166.09º93.22%53.73%-
HSV(B)166.09º89.07%96.86%-
XYZ43.6870.7463.58-
YUV175.41139.6122.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.74%
GREEN value IS 247 (96.88% from 255) = 52.55%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=5.74%
G=52.55%
B=41.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal272471960.8900.210.03166.0993.2253.73
Hex1BF7C4590153a65d36
Octal33367304131025324613566
Binary110111111011111000100101100101010111101001101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,247,196); }

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

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

 a { background-color: rgb(27,247,196); }

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

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

 span { border-color: rgb(27,247,196); }

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