Html Css Color HEX #14FCCF Bright Turquoise

📋 copy color: '#14FCCF'

red 20 ◦ green 252 ◦ blue 207

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

Shades of Bright Turquoise #14FCCF

Tints of Bright Turquoise #14FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.61%

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

R = 4.18%
G = 52.61%
B = 43.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#14FCCF (or 0x14FCCF) is known color: Bright Turquoise. HEX triplet: 14, FC and CF. RGB value is (20,252,207). Sum of RGB (Red+Green+Blue) = 20+252+207=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCCF is #EB0330. Grayscale: #B1B1B1. Windows color (decimal): -15401777 or 13630484. OLE color: 13630484.

HSL color Cylindrical-coordinate representation of color #14FCCF: hue angle of 168.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FCCF is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 252 207 -
CMYK 0.92 0 0.18 0.01
HSL 168.36º 0.97% 0.53% -
HSV(B) 168.36º 0.92% 0.99% -
XYZ 46.36 74.27 70.92 -
YUV 177.5 144.64 15.66 -
System Red Green Blue C M Y K H S L
Decimal 20 252 207 0.92 0 0.18 0.01 168.36 0.97 0.53
Hex 14 FC CF 5C 0 12 1 A8 61 35
Octal 24 374 317 134 0 22 1 250 141 65
Binary 10100 11111100 11001111 1011100 0 10010 1 10101000 1100001 110101

Color Harmonies of #14FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FCCF

Black with #14FCCF

Text Example


Text Example

White with #14FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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