Html Css Color HEX #14CFD0 Dark Turquoise

📋 copy color: '#14CFD0'

red 20 ◦ green 207 ◦ blue 208

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

Shades of Dark Turquoise #14CFD0

Tints of Dark Turquoise #14CFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.59%

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 4.6%
G = 47.59%
B = 47.82%

CMYK

 C value IS 0.90

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#14CFD0 (or 0x14CFD0) is known color: Dark Turquoise. HEX triplet: 14, CF and D0. RGB value is (20,207,208). Sum of RGB (Red+Green+Blue) = 20+207+208=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #14CFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFD0 is #EB302F. Grayscale: #979797. Windows color (decimal): -15413296 or 13684500. OLE color: 13684500.

HSL color Cylindrical-coordinate representation of color #14CFD0: hue angle of 180.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CFD0 is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 207 208 -
CMYK 0.90 0.00 0 0.18
HSL 180.32º 0.82% 0.45% -
HSV(B) 180.32º 0.9% 0.82% -
XYZ 33.99 49.33 67.4 -
YUV 151.2 160.05 34.42 -
System Red Green Blue C M Y K H S L
Decimal 20 207 208 0.90 0.00 0 0.18 180.32 0.82 0.45
Hex 14 CF D0 5A 0 0 12 B4 52 2D
Octal 24 317 320 132 0 0 22 264 122 55
Binary 10100 11001111 11010000 1011010 0 0 10010 10110100 1010010 101101

Color Harmonies of #14CFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFD0

Black with #14CFD0

Text Example


Text Example

White with #14CFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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