Html Css Color HEX #14CADC Dark Turquoise

📋 copy color: '#14CADC'

red 20 ◦ green 202 ◦ blue 220

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

Shades of Dark Turquoise #14CADC

Tints of Dark Turquoise #14CADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 4.52%
G = 45.7%
B = 49.77%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14CADC (or 0x14CADC) is known color: Dark Turquoise. HEX triplet: 14, CA and DC. RGB value is (20,202,220). Sum of RGB (Red+Green+Blue) = 20+202+220=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #14CADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CADC is #EB3523. Grayscale: #959595. Windows color (decimal): -15414564 or 14469652. OLE color: 14469652.

HSL color Cylindrical-coordinate representation of color #14CADC: hue angle of 185.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CADC is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 202 220 -
CMYK 0.91 0.08 0 0.14
HSL 185.4º 0.83% 0.47% -
HSV(B) 185.4º 0.91% 0.86% -
XYZ 34.33 47.56 75.08 -
YUV 149.63 167.7 35.54 -
System Red Green Blue C M Y K H S L
Decimal 20 202 220 0.91 0.08 0 0.14 185.4 0.83 0.47
Hex 14 CA DC 5B 8 0 E B9 53 2F
Octal 24 312 334 133 10 0 16 271 123 57
Binary 10100 11001010 11011100 1011011 1000 0 1110 10111001 1010011 101111

Color Harmonies of #14CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CADC

Black with #14CADC

Text Example


Text Example

White with #14CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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