Html Css Color HEX #14D3EB Bright Turquoise

📋 copy color: '#14D3EB'

red 20 ◦ green 211 ◦ blue 235

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

Shades of Bright Turquoise #14D3EB

Tints of Bright Turquoise #14D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.28%

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 4.29%
G = 45.28%
B = 50.43%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#14D3EB (or 0x14D3EB) is known color: Bright Turquoise. HEX triplet: 14, D3 and EB. RGB value is (20,211,235). Sum of RGB (Red+Green+Blue) = 20+211+235=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #14D3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D3EB is #EB2C14. Grayscale: #9C9C9C. Windows color (decimal): -15412245 or 15454996. OLE color: 15454996.

HSL color Cylindrical-coordinate representation of color #14D3EB: hue angle of 186.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D3EB is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 211 235 -
CMYK 0.91 0.10 0 0.08
HSL 186.7º 0.84% 0.5% -
HSV(B) 186.7º 0.91% 0.92% -
XYZ 38.58 52.74 86.74 -
YUV 156.63 172.22 30.55 -
System Red Green Blue C M Y K H S L
Decimal 20 211 235 0.91 0.10 0 0.08 186.7 0.84 0.5
Hex 14 D3 EB 5B A 0 8 BB 54 32
Octal 24 323 353 133 12 0 10 273 124 62
Binary 10100 11010011 11101011 1011011 1010 0 1000 10111011 1010100 110010

Color Harmonies of #14D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D3EB

Black with #14D3EB

Text Example


Text Example

White with #14D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,211,235); }

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

background-color css

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

 a { background-color: rgb(20,211,235); }

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

border-color css

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

 span { border-color: rgb(20,211,235); }

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