Html Css Color HEX #14FCE5 Bright Turquoise

📋 copy color: '#14FCE5'

red 20 ◦ green 252 ◦ blue 229

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

Shades of Bright Turquoise #14FCE5

Tints of Bright Turquoise #14FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.3%

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

R = 3.99%
G = 50.3%
B = 45.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#14FCE5 (or 0x14FCE5) is known color: Bright Turquoise. HEX triplet: 14, FC and E5. RGB value is (20,252,229). Sum of RGB (Red+Green+Blue) = 20+252+229=501 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.99% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCE5 is #EB031A. Grayscale: #B3B3B3. Windows color (decimal): -15401755 or 15072276. OLE color: 15072276.

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

Color convert

RGB 20 252 229 -
CMYK 0.92 0 0.09 0.01
HSL 174.05º 0.97% 0.53% -
HSV(B) 174.05º 0.92% 0.99% -
XYZ 49.24 75.43 86.09 -
YUV 180.01 155.64 13.87 -
System Red Green Blue C M Y K H S L
Decimal 20 252 229 0.92 0 0.09 0.01 174.05 0.97 0.53
Hex 14 FC E5 5C 0 9 1 AE 61 35
Octal 24 374 345 134 0 11 1 256 141 65
Binary 10100 11111100 11100101 1011100 0 1001 1 10101110 1100001 110101

Color Harmonies of #14FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FCE5

Black with #14FCE5

Text Example


Text Example

White with #14FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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