Html Css Color HEX #14EFDF Bright Turquoise

📋 copy color: '#14EFDF'

red 20 ◦ green 239 ◦ blue 223

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

Shades of Bright Turquoise #14EFDF

Tints of Bright Turquoise #14EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.59%

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

R = 4.15%
G = 49.59%
B = 46.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#14EFDF (or 0x14EFDF) is known color: Bright Turquoise. HEX triplet: 14, EF and DF. RGB value is (20,239,223). Sum of RGB (Red+Green+Blue) = 20+239+223=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFDF is #EB1020. Grayscale: #ABABAB. Windows color (decimal): -15405089 or 14675732. OLE color: 14675732.

HSL color Cylindrical-coordinate representation of color #14EFDF: hue angle of 175.62º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFDF is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 239 223 -
CMYK 0.92 0 0.07 0.06
HSL 175.62º 0.87% 0.51% -
HSV(B) 175.62º 0.92% 0.94% -
XYZ 44.47 67.21 80.44 -
YUV 171.7 156.95 19.8 -
System Red Green Blue C M Y K H S L
Decimal 20 239 223 0.92 0 0.07 0.06 175.62 0.87 0.51
Hex 14 EF DF 5C 0 7 6 B0 57 33
Octal 24 357 337 134 0 7 6 260 127 63
Binary 10100 11101111 11011111 1011100 0 111 110 10110000 1010111 110011

Color Harmonies of #14EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EFDF

Black with #14EFDF

Text Example


Text Example

White with #14EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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