Html Css Color HEX #14DFCC Bright Turquoise

📋 copy color: '#14DFCC'

red 20 ◦ green 223 ◦ blue 204

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

Shades of Bright Turquoise #14DFCC

Tints of Bright Turquoise #14DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

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

R = 4.47%
G = 49.89%
B = 45.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#14DFCC (or 0x14DFCC) is known color: Bright Turquoise. HEX triplet: 14, DF and CC. RGB value is (20,223,204). Sum of RGB (Red+Green+Blue) = 20+223+204=447 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.47% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFCC is #EB2033. Grayscale: #A0A0A0. Windows color (decimal): -15409204 or 13426452. OLE color: 13426452.

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

Color convert

RGB 20 223 204 -
CMYK 0.91 0 0.09 0.13
HSL 174.38º 0.84% 0.48% -
HSV(B) 174.38º 0.91% 0.87% -
XYZ 37.58 57.28 66.2 -
YUV 160.14 152.75 28.04 -
System Red Green Blue C M Y K H S L
Decimal 20 223 204 0.91 0 0.09 0.13 174.38 0.84 0.48
Hex 14 DF CC 5B 0 9 D AE 54 30
Octal 24 337 314 133 0 11 15 256 124 60
Binary 10100 11011111 11001100 1011011 0 1001 1101 10101110 1010100 110000

Color Harmonies of #14DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFCC

Black with #14DFCC

Text Example


Text Example

White with #14DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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