Html Css Color HEX #14EECE Bright Turquoise

📋 copy color: '#14EECE'

red 20 ◦ green 238 ◦ blue 206

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

Shades of Bright Turquoise #14EECE

Tints of Bright Turquoise #14EECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.29%

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

R = 4.31%
G = 51.29%
B = 44.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#14EECE (or 0x14EECE) is known color: Bright Turquoise. HEX triplet: 14, EE and CE. RGB value is (20,238,206). Sum of RGB (Red+Green+Blue) = 20+238+206=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #14EECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EECE is #EB1131. Grayscale: #A9A9A9. Windows color (decimal): -15405362 or 13561364. OLE color: 13561364.

HSL color Cylindrical-coordinate representation of color #14EECE: hue angle of 171.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EECE is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 238 206 -
CMYK 0.92 0 0.13 0.07
HSL 171.19º 0.87% 0.51% -
HSV(B) 171.19º 0.92% 0.93% -
XYZ 42 65.75 68.87 -
YUV 169.17 148.78 21.6 -
System Red Green Blue C M Y K H S L
Decimal 20 238 206 0.92 0 0.13 0.07 171.19 0.87 0.51
Hex 14 EE CE 5C 0 D 7 AB 57 33
Octal 24 356 316 134 0 15 7 253 127 63
Binary 10100 11101110 11001110 1011100 0 1101 111 10101011 1010111 110011

Color Harmonies of #14EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EECE

Black with #14EECE

Text Example


Text Example

White with #14EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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