Html Css Color HEX #14F5D8 Bright Turquoise

📋 copy color: '#14F5D8'

red 20 ◦ green 245 ◦ blue 216

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

Shades of Bright Turquoise #14F5D8

Tints of Bright Turquoise #14F5D8

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.94%

 BLUE value IS 216 (84.77% from 255) = 44.91%

R = 4.16%
G = 50.94%
B = 44.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#14F5D8 (or 0x14F5D8) is known color: Bright Turquoise. HEX triplet: 14, F5 and D8. RGB value is (20,245,216). Sum of RGB (Red+Green+Blue) = 20+245+216=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #14F5D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F5D8 is #EB0A27. Grayscale: #AEAEAE. Windows color (decimal): -15403560 or 14218516. OLE color: 14218516.

HSL color Cylindrical-coordinate representation of color #14F5D8: hue angle of 172.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F5D8 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 245 216 -
CMYK 0.92 0 0.12 0.04
HSL 172.27º 0.92% 0.52% -
HSV(B) 172.27º 0.92% 0.96% -
XYZ 45.34 70.41 76.17 -
YUV 174.42 151.46 17.86 -
System Red Green Blue C M Y K H S L
Decimal 20 245 216 0.92 0 0.12 0.04 172.27 0.92 0.52
Hex 14 F5 D8 5C 0 C 4 AC 5C 34
Octal 24 365 330 134 0 14 4 254 134 64
Binary 10100 11110101 11011000 1011100 0 1100 100 10101100 1011100 110100

Color Harmonies of #14F5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F5D8

Black with #14F5D8

Text Example


Text Example

White with #14F5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,245,216); }

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

background-color css

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

 a { background-color: rgb(20,245,216); }

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

border-color css

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

 span { border-color: rgb(20,245,216); }

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