#14FBE1

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

Shades of Bright Turquoise #14FBE1

Tints of Bright Turquoise #14FBE1

Color information

#14FBE1 (or 0x14FBE1) is unknown color: approx Bright Turquoise. HEX triplet: 14, FB and E1. RGB value is (20,251,225). Sum of RGB (Red+Green+Blue) = 20+251+225=496 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.03% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FBE1 is #EB041E. Grayscale: #B2B2B2. Windows color (decimal): -15402015 or 14809876. OLE color: 14809876.

HSL color Cylindrical-coordinate representation of color #14FBE1: hue angle of 173.25º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FBE1 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB20251225-
CMYK0.9200.100.02
HSL173.25º96.65%53.14%-
HSV(B)173.25º92.03%98.43%-
XYZ48.3874.5883.08-
YUV178.97153.9714.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.03%
GREEN value IS 251 (98.44% from 255) = 50.60%
BLUE value IS 225 (88.28% from 255) = 45.36%
R=4.03%
G=50.60%
B=45.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202512250.9200.100.02173.2596.6553.14
Hex14FBE15C0A2ad6135
Octal24373341134012225514165
Binary10100111110111110000110111000101010101011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14FBE1; }

 p { color: rgb(20,251,225); }

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

<style>
 a { background-color: #14FBE1; }

 a { background-color: rgb(20,251,225); }

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

<style>
 span { border-color: #14FBE1; }

 span { border-color: rgb(20,251,225); }

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