Html Css Color HEX #14DFDF Bright Turquoise

📋 copy color: '#14DFDF'

red 20 ◦ green 223 ◦ blue 223

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

Shades of Bright Turquoise #14DFDF

Tints of Bright Turquoise #14DFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 4.29%
G = 47.85%
B = 47.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14DFDF (or 0x14DFDF) is known color: Bright Turquoise. HEX triplet: 14, DF and DF. RGB value is (20,223,223). Sum of RGB (Red+Green+Blue) = 20+223+223=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #14DFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFDF is #EB2020. Grayscale: #A2A2A2. Windows color (decimal): -15409185 or 14671636. OLE color: 14671636.

HSL color Cylindrical-coordinate representation of color #14DFDF: hue angle of 180º 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 #14DFDF is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 223 223 -
CMYK 0.91 0 0 0.13
HSL 180º 0.84% 0.48% -
HSV(B) 180º 0.91% 0.87% -
XYZ 40 58.25 78.95 -
YUV 162.3 162.25 26.5 -
System Red Green Blue C M Y K H S L
Decimal 20 223 223 0.91 0 0 0.13 180 0.84 0.48
Hex 14 DF DF 5B 0 0 D B4 54 30
Octal 24 337 337 133 0 0 15 264 124 60
Binary 10100 11011111 11011111 1011011 0 0 1101 10110100 1010100 110000

Color Harmonies of #14DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFDF

Black with #14DFDF

Text Example


Text Example

White with #14DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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