Html Css Color HEX #14DFE1 Bright Turquoise

📋 copy color: '#14DFE1'

red 20 ◦ green 223 ◦ blue 225

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

Shades of Bright Turquoise #14DFE1

Tints of Bright Turquoise #14DFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.08%

R = 4.27%
G = 47.65%
B = 48.08%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#14DFE1 (or 0x14DFE1) is known color: Bright Turquoise. HEX triplet: 14, DF and E1. RGB value is (20,223,225). Sum of RGB (Red+Green+Blue) = 20+223+225=468 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.27% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #14DFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFE1 is #EB201E. Grayscale: #A2A2A2. Windows color (decimal): -15409183 or 14802708. OLE color: 14802708.

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

Color convert

RGB 20 223 225 -
CMYK 0.91 0.01 0 0.12
HSL 180.59º 0.84% 0.48% -
HSV(B) 180.59º 0.91% 0.88% -
XYZ 40.27 58.36 80.38 -
YUV 162.53 163.25 26.34 -
System Red Green Blue C M Y K H S L
Decimal 20 223 225 0.91 0.01 0 0.12 180.59 0.84 0.48
Hex 14 DF E1 5B 1 0 C B5 54 30
Octal 24 337 341 133 1 0 14 265 124 60
Binary 10100 11011111 11100001 1011011 1 0 1100 10110101 1010100 110000

Color Harmonies of #14DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFE1

Black with #14DFE1

Text Example


Text Example

White with #14DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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