Html Css Color HEX #14D9E4 Bright Turquoise

📋 copy color: '#14D9E4'

red 20 ◦ green 217 ◦ blue 228

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

Shades of Bright Turquoise #14D9E4

Tints of Bright Turquoise #14D9E4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.67%

 BLUE value IS 228 (89.45% from 255) = 49.03%

R = 4.3%
G = 46.67%
B = 49.03%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#14D9E4 (or 0x14D9E4) is known color: Bright Turquoise. HEX triplet: 14, D9 and E4. RGB value is (20,217,228). Sum of RGB (Red+Green+Blue) = 20+217+228=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #14D9E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9E4 is #EB261B. Grayscale: #9F9F9F. Windows color (decimal): -15410716 or 14997780. OLE color: 14997780.

HSL color Cylindrical-coordinate representation of color #14D9E4: hue angle of 183.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D9E4 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 217 228 -
CMYK 0.91 0.05 0 0.11
HSL 183.17º 0.84% 0.49% -
HSV(B) 183.17º 0.91% 0.89% -
XYZ 39.1 55.38 82.03 -
YUV 159.35 166.73 28.61 -
System Red Green Blue C M Y K H S L
Decimal 20 217 228 0.91 0.05 0 0.11 183.17 0.84 0.49
Hex 14 D9 E4 5B 5 0 B B7 54 31
Octal 24 331 344 133 5 0 13 267 124 61
Binary 10100 11011001 11100100 1011011 101 0 1011 10110111 1010100 110001

Color Harmonies of #14D9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D9E4

Black with #14D9E4

Text Example


Text Example

White with #14D9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,217,228); }

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

background-color css

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

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

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

border-color css

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

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

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