Html Css Color HEX #14CDE0 Dark Turquoise

📋 copy color: '#14CDE0'

red 20 ◦ green 205 ◦ blue 224

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

Shades of Dark Turquoise #14CDE0

Tints of Dark Turquoise #14CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

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

R = 4.45%
G = 45.66%
B = 49.89%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#14CDE0 (or 0x14CDE0) is known color: Dark Turquoise. HEX triplet: 14, CD and E0. RGB value is (20,205,224). Sum of RGB (Red+Green+Blue) = 20+205+224=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #14CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDE0 is #EB321F. Grayscale: #979797. Windows color (decimal): -15413792 or 14732564. OLE color: 14732564.

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

Color convert

RGB 20 205 224 -
CMYK 0.91 0.08 0 0.12
HSL 185.59º 0.84% 0.48% -
HSV(B) 185.59º 0.91% 0.88% -
XYZ 35.57 49.19 78.14 -
YUV 151.85 168.71 33.96 -
System Red Green Blue C M Y K H S L
Decimal 20 205 224 0.91 0.08 0 0.12 185.59 0.84 0.48
Hex 14 CD E0 5B 8 0 C BA 54 30
Octal 24 315 340 133 10 0 14 272 124 60
Binary 10100 11001101 11100000 1011011 1000 0 1100 10111010 1010100 110000

Color Harmonies of #14CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CDE0

Black with #14CDE0

Text Example


Text Example

White with #14CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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