Html Css Color HEX #14F0CE Bright Turquoise

📋 copy color: '#14F0CE'

red 20 ◦ green 240 ◦ blue 206

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

Shades of Bright Turquoise #14F0CE

Tints of Bright Turquoise #14F0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.5%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 4.29%
G = 51.5%
B = 44.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#14F0CE (or 0x14F0CE) is known color: Bright Turquoise. HEX triplet: 14, F0 and CE. RGB value is (20,240,206). Sum of RGB (Red+Green+Blue) = 20+240+206=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #14F0CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F0CE is #EB0F31. Grayscale: #AAAAAA. Windows color (decimal): -15404850 or 13561876. OLE color: 13561876.

HSL color Cylindrical-coordinate representation of color #14F0CE: hue angle of 170.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F0CE is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 240 206 -
CMYK 0.92 0 0.14 0.06
HSL 170.73º 0.88% 0.51% -
HSV(B) 170.73º 0.92% 0.94% -
XYZ 42.59 66.93 69.07 -
YUV 170.34 148.11 20.76 -
System Red Green Blue C M Y K H S L
Decimal 20 240 206 0.92 0 0.14 0.06 170.73 0.88 0.51
Hex 14 F0 CE 5C 0 E 6 AB 58 33
Octal 24 360 316 134 0 16 6 253 130 63
Binary 10100 11110000 11001110 1011100 0 1110 110 10101011 1011000 110011

Color Harmonies of #14F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F0CE

Black with #14F0CE

Text Example


Text Example

White with #14F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,240,206); }

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

background-color css

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

 a { background-color: rgb(20,240,206); }

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

border-color css

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

 span { border-color: rgb(20,240,206); }

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