Html Css Color HEX #14F4C8 Bright Turquoise

📋 copy color: '#14F4C8'

red 20 ◦ green 244 ◦ blue 200

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

Shades of Bright Turquoise #14F4C8

Tints of Bright Turquoise #14F4C8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.59%

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 4.31%
G = 52.59%
B = 43.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#14F4C8 (or 0x14F4C8) is known color: Bright Turquoise. HEX triplet: 14, F4 and C8. RGB value is (20,244,200). Sum of RGB (Red+Green+Blue) = 20+244+200=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #14F4C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F4C8 is #EB0B37. Grayscale: #ABABAB. Windows color (decimal): -15403832 or 13169684. OLE color: 13169684.

HSL color Cylindrical-coordinate representation of color #14F4C8: hue angle of 168.21º degrees, saturation: 0.91, 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 #14F4C8 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 244 200 -
CMYK 0.92 0 0.18 0.04
HSL 168.21º 0.91% 0.52% -
HSV(B) 168.21º 0.92% 0.96% -
XYZ 43.06 69.02 65.7 -
YUV 172.01 143.79 19.58 -
System Red Green Blue C M Y K H S L
Decimal 20 244 200 0.92 0 0.18 0.04 168.21 0.91 0.52
Hex 14 F4 C8 5C 0 12 4 A8 5B 34
Octal 24 364 310 134 0 22 4 250 133 64
Binary 10100 11110100 11001000 1011100 0 10010 100 10101000 1011011 110100

Color Harmonies of #14F4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F4C8

Black with #14F4C8

Text Example


Text Example

White with #14F4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,244,200); }

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

background-color css

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

 a { background-color: rgb(20,244,200); }

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

border-color css

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

 span { border-color: rgb(20,244,200); }

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