Html Css Color HEX #14FFE4 Bright Turquoise

📋 copy color: '#14FFE4'

red 20 ◦ green 255 ◦ blue 228

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

Shades of Bright Turquoise #14FFE4

Tints of Bright Turquoise #14FFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.33%

R = 3.98%
G = 50.7%
B = 45.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#14FFE4 (or 0x14FFE4) is known color: Bright Turquoise. HEX triplet: 14, FF and E4. RGB value is (20,255,228). Sum of RGB (Red+Green+Blue) = 20+255+228=503 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.98% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFE4 is #EB001B. Grayscale: #B5B5B5. Windows color (decimal): -15400988 or 15007508. OLE color: 15007508.

HSL color Cylindrical-coordinate representation of color #14FFE4: hue angle of 173.11º 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 #14FFE4 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 228 -
CMYK 0.92 0 0.11 0
HSL 173.11º 1% 0.54% -
HSV(B) 173.11º 0.92% 1% -
XYZ 50.05 77.27 85.68 -
YUV 181.66 154.14 12.7 -
System Red Green Blue C M Y K H S L
Decimal 20 255 228 0.92 0 0.11 0 173.11 1 0.54
Hex 14 FF E4 5C 0 B 0 AD 64 36
Octal 24 377 344 134 0 13 0 255 144 66
Binary 10100 11111111 11100100 1011100 0 1011 0 10101101 1100100 110110

Color Harmonies of #14FFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFE4

Black with #14FFE4

Text Example


Text Example

White with #14FFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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