Html Css Color HEX #14DEE2 Bright Turquoise

📋 copy color: '#14DEE2'

red 20 ◦ green 222 ◦ blue 226

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

Shades of Bright Turquoise #14DEE2

Tints of Bright Turquoise #14DEE2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.44%

 BLUE value IS 226 (88.67% from 255) = 48.29%

R = 4.27%
G = 47.44%
B = 48.29%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#14DEE2 (or 0x14DEE2) is known color: Bright Turquoise. HEX triplet: 14, DE and E2. RGB value is (20,222,226). Sum of RGB (Red+Green+Blue) = 20+222+226=468 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.27% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #14DEE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DEE2 is #EB211D. Grayscale: #A1A1A1. Windows color (decimal): -15409438 or 14867988. OLE color: 14867988.

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

Color convert

RGB 20 222 226 -
CMYK 0.91 0.02 0 0.11
HSL 181.17º 0.84% 0.48% -
HSV(B) 181.17º 0.91% 0.89% -
XYZ 40.14 57.88 81.01 -
YUV 162.06 164.08 26.67 -
System Red Green Blue C M Y K H S L
Decimal 20 222 226 0.91 0.02 0 0.11 181.17 0.84 0.48
Hex 14 DE E2 5B 2 0 B B5 54 30
Octal 24 336 342 133 2 0 13 265 124 60
Binary 10100 11011110 11100010 1011011 10 0 1011 10110101 1010100 110000

Color Harmonies of #14DEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DEE2

Black with #14DEE2

Text Example


Text Example

White with #14DEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,222,226); }

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

background-color css

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

 a { background-color: rgb(20,222,226); }

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

border-color css

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

 span { border-color: rgb(20,222,226); }

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