Html Css Color HEX #14D8E0 Bright Turquoise

📋 copy color: '#14D8E0'

red 20 ◦ green 216 ◦ blue 224

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

Shades of Bright Turquoise #14D8E0

Tints of Bright Turquoise #14D8E0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 4.35%
G = 46.96%
B = 48.7%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#14D8E0 (or 0x14D8E0) is known color: Bright Turquoise. HEX triplet: 14, D8 and E0. RGB value is (20,216,224). Sum of RGB (Red+Green+Blue) = 20+216+224=460 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.35% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #14D8E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D8E0 is #EB271F. Grayscale: #9E9E9E. Windows color (decimal): -15410976 or 14735380. OLE color: 14735380.

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

Color convert

RGB 20 216 224 -
CMYK 0.91 0.04 0 0.12
HSL 182.35º 0.84% 0.48% -
HSV(B) 182.35º 0.91% 0.88% -
XYZ 38.3 54.64 79.05 -
YUV 158.31 165.07 29.35 -
System Red Green Blue C M Y K H S L
Decimal 20 216 224 0.91 0.04 0 0.12 182.35 0.84 0.48
Hex 14 D8 E0 5B 4 0 C B6 54 30
Octal 24 330 340 133 4 0 14 266 124 60
Binary 10100 11011000 11100000 1011011 100 0 1100 10110110 1010100 110000

Color Harmonies of #14D8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D8E0

Black with #14D8E0

Text Example


Text Example

White with #14D8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,216,224); }

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

background-color css

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

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

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

border-color css

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

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

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