Html Css Color HEX #14E1CC Bright Turquoise

📋 copy color: '#14E1CC'

red 20 ◦ green 225 ◦ blue 204

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

Shades of Bright Turquoise #14E1CC

Tints of Bright Turquoise #14E1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.11%

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

R = 4.45%
G = 50.11%
B = 45.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#14E1CC (or 0x14E1CC) is known color: Bright Turquoise. HEX triplet: 14, E1 and CC. RGB value is (20,225,204). Sum of RGB (Red+Green+Blue) = 20+225+204=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E1CC is #EB1E33. Grayscale: #A1A1A1. Windows color (decimal): -15408692 or 13426964. OLE color: 13426964.

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

Color convert

RGB 20 225 204 -
CMYK 0.91 0 0.09 0.12
HSL 173.85º 0.84% 0.48% -
HSV(B) 173.85º 0.91% 0.88% -
XYZ 38.11 58.36 66.38 -
YUV 161.31 152.08 27.21 -
System Red Green Blue C M Y K H S L
Decimal 20 225 204 0.91 0 0.09 0.12 173.85 0.84 0.48
Hex 14 E1 CC 5B 0 9 C AE 54 30
Octal 24 341 314 133 0 11 14 256 124 60
Binary 10100 11100001 11001100 1011011 0 1001 1100 10101110 1010100 110000

Color Harmonies of #14E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E1CC

Black with #14E1CC

Text Example


Text Example

White with #14E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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