Html Css Color HEX #14E6CF Bright Turquoise

📋 copy color: '#14E6CF'

red 20 ◦ green 230 ◦ blue 207

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

Shades of Bright Turquoise #14E6CF

Tints of Bright Turquoise #14E6CF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.33%

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 4.38%
G = 50.33%
B = 45.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#14E6CF (or 0x14E6CF) is known color: Bright Turquoise. HEX triplet: 14, E6 and CF. RGB value is (20,230,207). Sum of RGB (Red+Green+Blue) = 20+230+207=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #14E6CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E6CF is #EB1930. Grayscale: #A4A4A4. Windows color (decimal): -15407409 or 13624852. OLE color: 13624852.

HSL color Cylindrical-coordinate representation of color #14E6CF: hue angle of 173.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E6CF is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 230 207 -
CMYK 0.91 0 0.10 0.10
HSL 173.43º 0.84% 0.49% -
HSV(B) 173.43º 0.91% 0.9% -
XYZ 39.85 61.25 68.75 -
YUV 164.59 151.93 24.87 -
System Red Green Blue C M Y K H S L
Decimal 20 230 207 0.91 0 0.10 0.10 173.43 0.84 0.49
Hex 14 E6 CF 5B 0 A A AD 54 31
Octal 24 346 317 133 0 12 12 255 124 61
Binary 10100 11100110 11001111 1011011 0 1010 1010 10101101 1010100 110001

Color Harmonies of #14E6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E6CF

Black with #14E6CF

Text Example


Text Example

White with #14E6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,230,207); }

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

background-color css

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

 a { background-color: rgb(20,230,207); }

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

border-color css

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

 span { border-color: rgb(20,230,207); }

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