Html Css Color HEX #14E1D2 Bright Turquoise

📋 copy color: '#14E1D2'

red 20 ◦ green 225 ◦ blue 210

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

Shades of Bright Turquoise #14E1D2

Tints of Bright Turquoise #14E1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.15%

R = 4.4%
G = 49.45%
B = 46.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#14E1D2 (or 0x14E1D2) is known color: Bright Turquoise. HEX triplet: 14, E1 and D2. RGB value is (20,225,210). Sum of RGB (Red+Green+Blue) = 20+225+210=455 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.40% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E1D2 is #EB1E2D. Grayscale: #A1A1A1. Windows color (decimal): -15408686 or 13820180. OLE color: 13820180.

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

Color convert

RGB 20 225 210 -
CMYK 0.91 0 0.07 0.12
HSL 175.61º 0.84% 0.48% -
HSV(B) 175.61º 0.91% 0.88% -
XYZ 38.85 58.65 70.25 -
YUV 162 155.08 26.72 -
System Red Green Blue C M Y K H S L
Decimal 20 225 210 0.91 0 0.07 0.12 175.61 0.84 0.48
Hex 14 E1 D2 5B 0 7 C B0 54 30
Octal 24 341 322 133 0 7 14 260 124 60
Binary 10100 11100001 11010010 1011011 0 111 1100 10110000 1010100 110000

Color Harmonies of #14E1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E1D2

Black with #14E1D2

Text Example


Text Example

White with #14E1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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