Html Css Color HEX #14F5CB Bright Turquoise

📋 copy color: '#14F5CB'

red 20 ◦ green 245 ◦ blue 203

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

Shades of Bright Turquoise #14F5CB

Tints of Bright Turquoise #14F5CB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.35%

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

R = 4.27%
G = 52.35%
B = 43.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#14F5CB (or 0x14F5CB) is known color: Bright Turquoise. HEX triplet: 14, F5 and CB. RGB value is (20,245,203). Sum of RGB (Red+Green+Blue) = 20+245+203=468 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.27% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #14F5CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F5CB is #EB0A34. Grayscale: #ACACAC. Windows color (decimal): -15403573 or 13366548. OLE color: 13366548.

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

Color convert

RGB 20 245 203 -
CMYK 0.92 0 0.17 0.04
HSL 168.8º 0.92% 0.52% -
HSV(B) 168.8º 0.92% 0.96% -
XYZ 43.72 69.77 67.66 -
YUV 172.94 144.96 18.92 -
System Red Green Blue C M Y K H S L
Decimal 20 245 203 0.92 0 0.17 0.04 168.8 0.92 0.52
Hex 14 F5 CB 5C 0 11 4 A9 5C 34
Octal 24 365 313 134 0 21 4 251 134 64
Binary 10100 11110101 11001011 1011100 0 10001 100 10101001 1011100 110100

Color Harmonies of #14F5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F5CB

Black with #14F5CB

Text Example


Text Example

White with #14F5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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