Html Css Color HEX #14CCE0 Dark Turquoise

📋 copy color: '#14CCE0'

red 20 ◦ green 204 ◦ blue 224

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

Shades of Dark Turquoise #14CCE0

Tints of Dark Turquoise #14CCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 224 (87.89% from 255) = 50%

R = 4.46%
G = 45.54%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#14CCE0 (or 0x14CCE0) is known color: Dark Turquoise. HEX triplet: 14, CC and E0. RGB value is (20,204,224). Sum of RGB (Red+Green+Blue) = 20+204+224=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #14CCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCE0 is #EB331F. Grayscale: #979797. Windows color (decimal): -15414048 or 14732308. OLE color: 14732308.

HSL color Cylindrical-coordinate representation of color #14CCE0: hue angle of 185.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CCE0 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 204 224 -
CMYK 0.91 0.09 0 0.12
HSL 185.88º 0.84% 0.48% -
HSV(B) 185.88º 0.91% 0.88% -
XYZ 35.34 48.72 78.06 -
YUV 151.26 169.04 34.37 -
System Red Green Blue C M Y K H S L
Decimal 20 204 224 0.91 0.09 0 0.12 185.88 0.84 0.48
Hex 14 CC E0 5B 9 0 C BA 54 30
Octal 24 314 340 133 11 0 14 272 124 60
Binary 10100 11001100 11100000 1011011 1001 0 1100 10111010 1010100 110000

Color Harmonies of #14CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCE0

Black with #14CCE0

Text Example


Text Example

White with #14CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,204,224); }

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

background-color css

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

 a { background-color: rgb(20,204,224); }

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

border-color css

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

 span { border-color: rgb(20,204,224); }

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