Html Css Color HEX #14F4CF Bright Turquoise

📋 copy color: '#14F4CF'

red 20 ◦ green 244 ◦ blue 207

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

Shades of Bright Turquoise #14F4CF

Tints of Bright Turquoise #14F4CF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.8%

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

R = 4.25%
G = 51.8%
B = 43.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#14F4CF (or 0x14F4CF) is known color: Bright Turquoise. HEX triplet: 14, F4 and CF. RGB value is (20,244,207). Sum of RGB (Red+Green+Blue) = 20+244+207=471 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.25% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #14F4CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F4CF is #EB0B30. Grayscale: #ACACAC. Windows color (decimal): -15403825 or 13628436. OLE color: 13628436.

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

Color convert

RGB 20 244 207 -
CMYK 0.92 0 0.15 0.04
HSL 170.09º 0.91% 0.52% -
HSV(B) 170.09º 0.92% 0.96% -
XYZ 43.9 69.36 70.1 -
YUV 172.81 147.29 19.01 -
System Red Green Blue C M Y K H S L
Decimal 20 244 207 0.92 0 0.15 0.04 170.09 0.91 0.52
Hex 14 F4 CF 5C 0 F 4 AA 5B 34
Octal 24 364 317 134 0 17 4 252 133 64
Binary 10100 11110100 11001111 1011100 0 1111 100 10101010 1011011 110100

Color Harmonies of #14F4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F4CF

Black with #14F4CF

Text Example


Text Example

White with #14F4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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