Html Css Color HEX #14FFE5 Bright Turquoise

📋 copy color: '#14FFE5'

red 20 ◦ green 255 ◦ blue 229

#14FFE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #14FFE5

Tints of Bright Turquoise #14FFE5

RGB

 RED value IS 20 (8.2% from 255) = 3.97%

 GREEN value IS 255 (100% from 255) = 50.6%

 BLUE value IS 229 (89.84% from 255) = 45.44%

R = 3.97%
G = 50.6%
B = 45.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#14FFE5 (or 0x14FFE5) is known color: Bright Turquoise. HEX triplet: 14, FF and E5. RGB value is (20,255,229). Sum of RGB (Red+Green+Blue) = 20+255+229=504 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.97% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFE5 is #EB001A. Grayscale: #B5B5B5. Windows color (decimal): -15400987 or 15073044. OLE color: 15073044.

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

Color convert

RGB 20 255 229 -
CMYK 0.92 0 0.10 0
HSL 173.36º 1% 0.54% -
HSV(B) 173.36º 0.92% 1% -
XYZ 50.19 77.33 86.41 -
YUV 181.77 154.64 12.61 -
System Red Green Blue C M Y K H S L
Decimal 20 255 229 0.92 0 0.10 0 173.36 1 0.54
Hex 14 FF E5 5C 0 A 0 AD 64 36
Octal 24 377 345 134 0 12 0 255 144 66
Binary 10100 11111111 11100101 1011100 0 1010 0 10101101 1100100 110110

Color Harmonies of #14FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFE5

Black with #14FFE5

Text Example


Text Example

White with #14FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,255,229); }

 H1.HeaderClassName
 {
   color: #14FFE5;
 }
 .AnyTagClassName
 {
   color: #14FFE5;
 }
</style>

background-color css

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

 a { background-color: rgb(20,255,229); }

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

border-color css

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

 span { border-color: rgb(20,255,229); }

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