Html Css Color HEX #14E3CF Bright Turquoise

📋 copy color: '#14E3CF'

red 20 ◦ green 227 ◦ blue 207

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

Shades of Bright Turquoise #14E3CF

Tints of Bright Turquoise #14E3CF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 4.41%
G = 50%
B = 45.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#14E3CF (or 0x14E3CF) is known color: Bright Turquoise. HEX triplet: 14, E3 and CF. RGB value is (20,227,207). Sum of RGB (Red+Green+Blue) = 20+227+207=454 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.41% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #14E3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E3CF is #EB1C30. Grayscale: #A2A2A2. Windows color (decimal): -15408177 or 13624084. OLE color: 13624084.

HSL color Cylindrical-coordinate representation of color #14E3CF: hue angle of 174.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E3CF is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 227 207 -
CMYK 0.91 0 0.09 0.11
HSL 174.2º 0.84% 0.48% -
HSV(B) 174.2º 0.91% 0.89% -
XYZ 39.02 59.59 68.48 -
YUV 162.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 20 227 207 0.91 0 0.09 0.11 174.2 0.84 0.48
Hex 14 E3 CF 5B 0 9 B AE 54 30
Octal 24 343 317 133 0 11 13 256 124 60
Binary 10100 11100011 11001111 1011011 0 1001 1011 10101110 1010100 110000

Color Harmonies of #14E3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E3CF

Black with #14E3CF

Text Example


Text Example

White with #14E3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,227,207); }

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

background-color css

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

 a { background-color: rgb(20,227,207); }

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

border-color css

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

 span { border-color: rgb(20,227,207); }

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