Html Css Color HEX #14E1EE Bright Turquoise

📋 copy color: '#14E1EE'

red 20 ◦ green 225 ◦ blue 238

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

Shades of Bright Turquoise #14E1EE

Tints of Bright Turquoise #14E1EE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.58%

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 4.14%
G = 46.58%
B = 49.28%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14E1EE (or 0x14E1EE) is known color: Bright Turquoise. HEX triplet: 14, E1 and EE. RGB value is (20,225,238). Sum of RGB (Red+Green+Blue) = 20+225+238=483 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.14% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #14E1EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E1EE is #EB1E11. Grayscale: #A4A4A4. Windows color (decimal): -15408658 or 15655188. OLE color: 15655188.

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

Color convert

RGB 20 225 238 -
CMYK 0.92 0.05 0 0.07
HSL 183.58º 0.87% 0.51% -
HSV(B) 183.58º 0.92% 0.93% -
XYZ 42.65 60.17 90.26 -
YUV 165.19 169.08 24.44 -
System Red Green Blue C M Y K H S L
Decimal 20 225 238 0.92 0.05 0 0.07 183.58 0.87 0.51
Hex 14 E1 EE 5C 5 0 7 B8 57 33
Octal 24 341 356 134 5 0 7 270 127 63
Binary 10100 11100001 11101110 1011100 101 0 111 10111000 1010111 110011

Color Harmonies of #14E1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E1EE

Black with #14E1EE

Text Example


Text Example

White with #14E1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,225,238); }

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

background-color css

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

 a { background-color: rgb(20,225,238); }

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

border-color css

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

 span { border-color: rgb(20,225,238); }

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