Html Css Color HEX #14CFCF Dark Turquoise

📋 copy color: '#14CFCF'

red 20 ◦ green 207 ◦ blue 207

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

Shades of Dark Turquoise #14CFCF

Tints of Dark Turquoise #14CFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 4.61%
G = 47.7%
B = 47.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14CFCF (or 0x14CFCF) is known color: Dark Turquoise. HEX triplet: 14, CF and CF. RGB value is (20,207,207). Sum of RGB (Red+Green+Blue) = 20+207+207=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #14CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFCF is #EB3030. Grayscale: #969696. Windows color (decimal): -15413297 or 13618964. OLE color: 13618964.

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

Color convert

RGB 20 207 207 -
CMYK 0.90 0 0 0.19
HSL 180º 0.82% 0.45% -
HSV(B) 180º 0.9% 0.81% -
XYZ 33.86 49.28 66.76 -
YUV 151.09 159.55 34.5 -
System Red Green Blue C M Y K H S L
Decimal 20 207 207 0.90 0 0 0.19 180 0.82 0.45
Hex 14 CF CF 5A 0 0 13 B4 52 2D
Octal 24 317 317 132 0 0 23 264 122 55
Binary 10100 11001111 11001111 1011010 0 0 10011 10110100 1010010 101101

Color Harmonies of #14CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFCF

Black with #14CFCF

Text Example


Text Example

White with #14CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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