Html Css Color HEX #14D0E5 Dark Turquoise

📋 copy color: '#14D0E5'

red 20 ◦ green 208 ◦ blue 229

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

Shades of Dark Turquoise #14D0E5

Tints of Dark Turquoise #14D0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 229 (89.84% from 255) = 50.11%

R = 4.38%
G = 45.51%
B = 50.11%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#14D0E5 (or 0x14D0E5) is known color: Dark Turquoise. HEX triplet: 14, D0 and E5. RGB value is (20,208,229). Sum of RGB (Red+Green+Blue) = 20+208+229=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #14D0E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D0E5 is #EB2F1A. Grayscale: #999999. Windows color (decimal): -15413019 or 15061012. OLE color: 15061012.

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

Color convert

RGB 20 208 229 -
CMYK 0.91 0.09 0 0.10
HSL 186.03º 0.84% 0.49% -
HSV(B) 186.03º 0.91% 0.9% -
XYZ 36.99 50.92 82.01 -
YUV 154.18 170.22 32.29 -
System Red Green Blue C M Y K H S L
Decimal 20 208 229 0.91 0.09 0 0.10 186.03 0.84 0.49
Hex 14 D0 E5 5B 9 0 A BA 54 31
Octal 24 320 345 133 11 0 12 272 124 61
Binary 10100 11010000 11100101 1011011 1001 0 1010 10111010 1010100 110001

Color Harmonies of #14D0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D0E5

Black with #14D0E5

Text Example


Text Example

White with #14D0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,208,229); }

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

background-color css

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

 a { background-color: rgb(20,208,229); }

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

border-color css

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

 span { border-color: rgb(20,208,229); }

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