Html Css Color HEX #14E2CC Bright Turquoise

📋 copy color: '#14E2CC'

red 20 ◦ green 226 ◦ blue 204

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

Shades of Bright Turquoise #14E2CC

Tints of Bright Turquoise #14E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.22%

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 4.44%
G = 50.22%
B = 45.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#14E2CC (or 0x14E2CC) is known color: Bright Turquoise. HEX triplet: 14, E2 and CC. RGB value is (20,226,204). Sum of RGB (Red+Green+Blue) = 20+226+204=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #14E2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E2CC is #EB1D33. Grayscale: #A1A1A1. Windows color (decimal): -15408436 or 13427220. OLE color: 13427220.

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

Color convert

RGB 20 226 204 -
CMYK 0.91 0 0.10 0.11
HSL 173.59º 0.84% 0.48% -
HSV(B) 173.59º 0.91% 0.89% -
XYZ 38.38 58.9 66.47 -
YUV 161.9 151.75 26.79 -
System Red Green Blue C M Y K H S L
Decimal 20 226 204 0.91 0 0.10 0.11 173.59 0.84 0.48
Hex 14 E2 CC 5B 0 A B AE 54 30
Octal 24 342 314 133 0 12 13 256 124 60
Binary 10100 11100010 11001100 1011011 0 1010 1011 10101110 1010100 110000

Color Harmonies of #14E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E2CC

Black with #14E2CC

Text Example


Text Example

White with #14E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,226,204); }

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

background-color css

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

 a { background-color: rgb(20,226,204); }

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

border-color css

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

 span { border-color: rgb(20,226,204); }

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