Html Css Color HEX #14E1ED Bright Turquoise

📋 copy color: '#14E1ED'

red 20 ◦ green 225 ◦ blue 237

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

Shades of Bright Turquoise #14E1ED

Tints of Bright Turquoise #14E1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 4.15%
G = 46.68%
B = 49.17%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14E1ED (or 0x14E1ED) is known color: Bright Turquoise. HEX triplet: 14, E1 and ED. RGB value is (20,225,237). Sum of RGB (Red+Green+Blue) = 20+225+237=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #14E1ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E1ED is #EB1E12. Grayscale: #A4A4A4. Windows color (decimal): -15408659 or 15589652. OLE color: 15589652.

HSL color Cylindrical-coordinate representation of color #14E1ED: hue angle of 183.32º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E1ED is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 225 237 -
CMYK 0.92 0.05 0 0.07
HSL 183.32º 0.86% 0.5% -
HSV(B) 183.32º 0.92% 0.93% -
XYZ 42.5 60.11 89.48 -
YUV 165.07 168.58 24.52 -
System Red Green Blue C M Y K H S L
Decimal 20 225 237 0.92 0.05 0 0.07 183.32 0.86 0.5
Hex 14 E1 ED 5C 5 0 7 B7 56 32
Octal 24 341 355 134 5 0 7 267 126 62
Binary 10100 11100001 11101101 1011100 101 0 111 10110111 1010110 110010

Color Harmonies of #14E1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E1ED

Black with #14E1ED

Text Example


Text Example

White with #14E1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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