Html Css Color HEX #14DCEA Bright Turquoise

📋 copy color: '#14DCEA'

red 20 ◦ green 220 ◦ blue 234

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

Shades of Bright Turquoise #14DCEA

Tints of Bright Turquoise #14DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.41%

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 4.22%
G = 46.41%
B = 49.37%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#14DCEA (or 0x14DCEA) is known color: Bright Turquoise. HEX triplet: 14, DC and EA. RGB value is (20,220,234). Sum of RGB (Red+Green+Blue) = 20+220+234=474 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.22% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #14DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCEA is #EB2315. Grayscale: #A1A1A1. Windows color (decimal): -15409942 or 15391764. OLE color: 15391764.

HSL color Cylindrical-coordinate representation of color #14DCEA: hue angle of 183.93º 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 #14DCEA is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 220 234 -
CMYK 0.91 0.06 0 0.08
HSL 183.93º 0.84% 0.5% -
HSV(B) 183.93º 0.91% 0.92% -
XYZ 40.73 57.28 86.75 -
YUV 161.8 168.74 26.86 -
System Red Green Blue C M Y K H S L
Decimal 20 220 234 0.91 0.06 0 0.08 183.93 0.84 0.5
Hex 14 DC EA 5B 6 0 8 B8 54 32
Octal 24 334 352 133 6 0 10 270 124 62
Binary 10100 11011100 11101010 1011011 110 0 1000 10111000 1010100 110010

Color Harmonies of #14DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCEA

Black with #14DCEA

Text Example


Text Example

White with #14DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,220,234); }

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

background-color css

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

 a { background-color: rgb(20,220,234); }

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

border-color css

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

 span { border-color: rgb(20,220,234); }

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