Html Css Color HEX #14EAF1 Bright Turquoise

📋 copy color: '#14EAF1'

red 20 ◦ green 234 ◦ blue 241

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

Shades of Bright Turquoise #14EAF1

Tints of Bright Turquoise #14EAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.27%

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 4.04%
G = 47.27%
B = 48.69%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#14EAF1 (or 0x14EAF1) is known color: Bright Turquoise. HEX triplet: 14, EA and F1. RGB value is (20,234,241). Sum of RGB (Red+Green+Blue) = 20+234+241=495 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.04% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #14EAF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EAF1 is #EB150E. Grayscale: #AAAAAA. Windows color (decimal): -15406351 or 15854100. OLE color: 15854100.

HSL color Cylindrical-coordinate representation of color #14EAF1: hue angle of 181.9º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EAF1 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 234 241 -
CMYK 0.92 0.03 0 0.05
HSL 181.9º 0.89% 0.51% -
HSV(B) 181.9º 0.92% 0.95% -
XYZ 45.59 65.35 93.43 -
YUV 170.81 167.6 20.43 -
System Red Green Blue C M Y K H S L
Decimal 20 234 241 0.92 0.03 0 0.05 181.9 0.89 0.51
Hex 14 EA F1 5C 3 0 5 B6 59 33
Octal 24 352 361 134 3 0 5 266 131 63
Binary 10100 11101010 11110001 1011100 11 0 101 10110110 1011001 110011

Color Harmonies of #14EAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EAF1

Black with #14EAF1

Text Example


Text Example

White with #14EAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,234,241); }

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

background-color css

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

 a { background-color: rgb(20,234,241); }

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

border-color css

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

 span { border-color: rgb(20,234,241); }

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