#1FF0CB

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

Shades of Bright Turquoise #1FF0CB

Tints of Bright Turquoise #1FF0CB

Color information

#1FF0CB (or 0x1FF0CB) is unknown color: approx Bright Turquoise. HEX triplet: 1F, F0 and CB. RGB value is (31,240,203). Sum of RGB (Red+Green+Blue) = 31+240+203=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF0CB is #E00F34. Grayscale: #ADADAD. Windows color (decimal): -14683957 or 13365279. OLE color: 13365279.

HSL color Cylindrical-coordinate representation of color #1FF0CB: hue angle of 169.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF0CB is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB31240203-
CMYK0.8700.150.06
HSL169.38º87.45%53.14%-
HSV(B)169.38º87.08%94.12%-
XYZ42.566.9267.18-
YUV173.29144.7626.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.54%
GREEN value IS 240 (94.14% from 255) = 50.63%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=6.54%
G=50.63%
B=42.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312402030.8700.150.06169.3887.4553.14
Hex1FF0CB570F6a95735
Octal37360313127017625112765
Binary111111111000011001011101011101111110101010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,240,203); }

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

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

 a { background-color: rgb(31,240,203); }

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

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

 span { border-color: rgb(31,240,203); }

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