Html Css Color HEX #14FCCB Bright Turquoise

📋 copy color: '#14FCCB'

red 20 ◦ green 252 ◦ blue 203

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

Shades of Bright Turquoise #14FCCB

Tints of Bright Turquoise #14FCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 4.21%
G = 53.05%
B = 42.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#14FCCB (or 0x14FCCB) is known color: Bright Turquoise. HEX triplet: 14, FC and CB. RGB value is (20,252,203). Sum of RGB (Red+Green+Blue) = 20+252+203=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCCB is #EB0334. Grayscale: #B1B1B1. Windows color (decimal): -15401781 or 13368340. OLE color: 13368340.

HSL color Cylindrical-coordinate representation of color #14FCCB: hue angle of 167.33º 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 #14FCCB is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 252 203 -
CMYK 0.92 0 0.19 0.01
HSL 167.33º 0.97% 0.53% -
HSV(B) 167.33º 0.92% 0.99% -
XYZ 45.88 74.08 68.38 -
YUV 177.05 142.64 15.98 -
System Red Green Blue C M Y K H S L
Decimal 20 252 203 0.92 0 0.19 0.01 167.33 0.97 0.53
Hex 14 FC CB 5C 0 13 1 A7 61 35
Octal 24 374 313 134 0 23 1 247 141 65
Binary 10100 11111100 11001011 1011100 0 10011 1 10100111 1100001 110101

Color Harmonies of #14FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FCCB

Black with #14FCCB

Text Example


Text Example

White with #14FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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