Html Css Color HEX #14EBE8 Bright Turquoise

📋 copy color: '#14EBE8'

red 20 ◦ green 235 ◦ blue 232

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

Shades of Bright Turquoise #14EBE8

Tints of Bright Turquoise #14EBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.25%

 BLUE value IS 232 (91.02% from 255) = 47.64%

R = 4.11%
G = 48.25%
B = 47.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#14EBE8 (or 0x14EBE8) is known color: Bright Turquoise. HEX triplet: 14, EB and E8. RGB value is (20,235,232). Sum of RGB (Red+Green+Blue) = 20+235+232=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #14EBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EBE8 is #EB1417. Grayscale: #AAAAAA. Windows color (decimal): -15406104 or 15264532. OLE color: 15264532.

HSL color Cylindrical-coordinate representation of color #14EBE8: hue angle of 179.16º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EBE8 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 235 232 -
CMYK 0.91 0 0.01 0.08
HSL 179.16º 0.84% 0.5% -
HSV(B) 179.16º 0.91% 0.92% -
XYZ 44.56 65.39 86.62 -
YUV 170.37 162.77 20.74 -
System Red Green Blue C M Y K H S L
Decimal 20 235 232 0.91 0 0.01 0.08 179.16 0.84 0.5
Hex 14 EB E8 5B 0 1 8 B3 54 32
Octal 24 353 350 133 0 1 10 263 124 62
Binary 10100 11101011 11101000 1011011 0 1 1000 10110011 1010100 110010

Color Harmonies of #14EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EBE8

Black with #14EBE8

Text Example


Text Example

White with #14EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,235,232); }

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

background-color css

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

 a { background-color: rgb(20,235,232); }

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

border-color css

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

 span { border-color: rgb(20,235,232); }

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