Html Css Color HEX #14EDF5 Bright Turquoise

📋 copy color: '#14EDF5'

red 20 ◦ green 237 ◦ blue 245

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

Shades of Bright Turquoise #14EDF5

Tints of Bright Turquoise #14EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.21%

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

R = 3.98%
G = 47.21%
B = 48.8%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#14EDF5 (or 0x14EDF5) is known color: Bright Turquoise. HEX triplet: 14, ED and F5. RGB value is (20,237,245). Sum of RGB (Red+Green+Blue) = 20+237+245=502 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.98% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #14EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EDF5 is #EB120A. Grayscale: #ACACAC. Windows color (decimal): -15405579 or 16117012. OLE color: 16117012.

HSL color Cylindrical-coordinate representation of color #14EDF5: hue angle of 182.13º 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 #14EDF5 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 237 245 -
CMYK 0.92 0.03 0 0.04
HSL 182.13º 0.92% 0.52% -
HSV(B) 182.13º 0.92% 0.96% -
XYZ 47.05 67.31 96.9 -
YUV 173.03 168.61 18.85 -
System Red Green Blue C M Y K H S L
Decimal 20 237 245 0.92 0.03 0 0.04 182.13 0.92 0.52
Hex 14 ED F5 5C 3 0 4 B6 5C 34
Octal 24 355 365 134 3 0 4 266 134 64
Binary 10100 11101101 11110101 1011100 11 0 100 10110110 1011100 110100

Color Harmonies of #14EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EDF5

Black with #14EDF5

Text Example


Text Example

White with #14EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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