Html Css Color HEX #14DFDA Bright Turquoise

📋 copy color: '#14DFDA'

red 20 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #14DFDA

Tints of Bright Turquoise #14DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 4.34%
G = 48.37%
B = 47.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#14DFDA (or 0x14DFDA) is known color: Bright Turquoise. HEX triplet: 14, DF and DA. RGB value is (20,223,218). Sum of RGB (Red+Green+Blue) = 20+223+218=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFDA is #EB2025. Grayscale: #A1A1A1. Windows color (decimal): -15409190 or 14343956. OLE color: 14343956.

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

Color convert

RGB 20 223 218 -
CMYK 0.91 0 0.02 0.13
HSL 178.52º 0.84% 0.48% -
HSV(B) 178.52º 0.91% 0.87% -
XYZ 39.33 57.99 75.45 -
YUV 161.73 159.75 26.91 -
System Red Green Blue C M Y K H S L
Decimal 20 223 218 0.91 0 0.02 0.13 178.52 0.84 0.48
Hex 14 DF DA 5B 0 2 D B3 54 30
Octal 24 337 332 133 0 2 15 263 124 60
Binary 10100 11011111 11011010 1011011 0 10 1101 10110011 1010100 110000

Color Harmonies of #14DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFDA

Black with #14DFDA

Text Example


Text Example

White with #14DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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