Html Css Color HEX #14EEC0 Bright Turquoise

📋 copy color: '#14EEC0'

red 20 ◦ green 238 ◦ blue 192

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

Shades of Bright Turquoise #14EEC0

Tints of Bright Turquoise #14EEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 4.44%
G = 52.89%
B = 42.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#14EEC0 (or 0x14EEC0) is known color: Bright Turquoise. HEX triplet: 14, EE and C0. RGB value is (20,238,192). Sum of RGB (Red+Green+Blue) = 20+238+192=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #14EEC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EEC0 is #EB113F. Grayscale: #A7A7A7. Windows color (decimal): -15405376 or 12643860. OLE color: 12643860.

HSL color Cylindrical-coordinate representation of color #14EEC0: hue angle of 167.34º 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 #14EEC0 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 238 192 -
CMYK 0.92 0 0.19 0.07
HSL 167.34º 0.87% 0.51% -
HSV(B) 167.34º 0.92% 0.93% -
XYZ 40.38 65.1 60.31 -
YUV 167.57 141.78 22.74 -
System Red Green Blue C M Y K H S L
Decimal 20 238 192 0.92 0 0.19 0.07 167.34 0.87 0.51
Hex 14 EE C0 5C 0 13 7 A7 57 33
Octal 24 356 300 134 0 23 7 247 127 63
Binary 10100 11101110 11000000 1011100 0 10011 111 10100111 1010111 110011

Color Harmonies of #14EEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EEC0

Black with #14EEC0

Text Example


Text Example

White with #14EEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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