Html Css Color HEX #14E2F5 Bright Turquoise

📋 copy color: '#14E2F5'

red 20 ◦ green 226 ◦ blue 245

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

Shades of Bright Turquoise #14E2F5

Tints of Bright Turquoise #14E2F5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.03%

 BLUE value IS 245 (96.09% from 255) = 49.9%

R = 4.07%
G = 46.03%
B = 49.9%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#14E2F5 (or 0x14E2F5) is known color: Bright Turquoise. HEX triplet: 14, E2 and F5. RGB value is (20,226,245). Sum of RGB (Red+Green+Blue) = 20+226+245=491 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #14E2F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E2F5 is #EB1D0A. Grayscale: #A6A6A6. Windows color (decimal): -15408395 or 16114196. OLE color: 16114196.

HSL color Cylindrical-coordinate representation of color #14E2F5: hue angle of 185.07º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E2F5 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 226 245 -
CMYK 0.92 0.08 0 0.04
HSL 185.07º 0.92% 0.52% -
HSV(B) 185.07º 0.92% 0.96% -
XYZ 43.97 61.13 95.87 -
YUV 166.57 172.25 23.46 -
System Red Green Blue C M Y K H S L
Decimal 20 226 245 0.92 0.08 0 0.04 185.07 0.92 0.52
Hex 14 E2 F5 5C 8 0 4 B9 5C 34
Octal 24 342 365 134 10 0 4 271 134 64
Binary 10100 11100010 11110101 1011100 1000 0 100 10111001 1011100 110100

Color Harmonies of #14E2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E2F5

Black with #14E2F5

Text Example


Text Example

White with #14E2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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