Html Css Color HEX #14FFE7 Bright Turquoise

📋 copy color: '#14FFE7'

red 20 ◦ green 255 ◦ blue 231

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

Shades of Bright Turquoise #14FFE7

Tints of Bright Turquoise #14FFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 50.4%

 BLUE value IS 231 (90.63% from 255) = 45.65%

R = 3.95%
G = 50.4%
B = 45.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#14FFE7 (or 0x14FFE7) is known color: Bright Turquoise. HEX triplet: 14, FF and E7. RGB value is (20,255,231). Sum of RGB (Red+Green+Blue) = 20+255+231=506 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.95% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFE7 is #EB0018. Grayscale: #B5B5B5. Windows color (decimal): -15400985 or 15204116. OLE color: 15204116.

HSL color Cylindrical-coordinate representation of color #14FFE7: hue angle of 173.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFE7 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 231 -
CMYK 0.92 0 0.09 0
HSL 173.87º 1% 0.54% -
HSV(B) 173.87º 0.92% 1% -
XYZ 50.47 77.44 87.89 -
YUV 182 155.64 12.45 -
System Red Green Blue C M Y K H S L
Decimal 20 255 231 0.92 0 0.09 0 173.87 1 0.54
Hex 14 FF E7 5C 0 9 0 AE 64 36
Octal 24 377 347 134 0 11 0 256 144 66
Binary 10100 11111111 11100111 1011100 0 1001 0 10101110 1100100 110110

Color Harmonies of #14FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFE7

Black with #14FFE7

Text Example


Text Example

White with #14FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,255,231); }

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

background-color css

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

 a { background-color: rgb(20,255,231); }

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

border-color css

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

 span { border-color: rgb(20,255,231); }

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