Html Css Color HEX #12DACF Dark Turquoise

📋 copy color: '#12DACF'

red 18 ◦ green 218 ◦ blue 207

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

Shades of Dark Turquoise #12DACF

Tints of Dark Turquoise #12DACF

RGB

 RED value IS 18 (7.42% from 255) = 4.06%

 GREEN value IS 218 (85.55% from 255) = 49.21%

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

R = 4.06%
G = 49.21%
B = 46.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#12DACF (or 0x12DACF) is known color: Dark Turquoise. HEX triplet: 12, DA and CF. RGB value is (18,218,207). Sum of RGB (Red+Green+Blue) = 18+218+207=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #12DACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DACF is #ED2530. Grayscale: #9C9C9C. Windows color (decimal): -15541553 or 13621778. OLE color: 13621778.

HSL color Cylindrical-coordinate representation of color #12DACF: hue angle of 176.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DACF is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 207 -
CMYK 0.92 0 0.05 0.15
HSL 176.7º 0.85% 0.46% -
HSV(B) 176.7º 0.92% 0.85% -
XYZ 36.58 54.78 67.68 -
YUV 156.95 156.24 28.89 -
System Red Green Blue C M Y K H S L
Decimal 18 218 207 0.92 0 0.05 0.15 176.7 0.85 0.46
Hex 12 DA CF 5C 0 5 F B1 55 2E
Octal 22 332 317 134 0 5 17 261 125 56
Binary 10010 11011010 11001111 1011100 0 101 1111 10110001 1010101 101110

Color Harmonies of #12DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DACF

Black with #12DACF

Text Example


Text Example

White with #12DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DACF; }

 p { color: rgb(18,218,207); }

 H1.HeaderClassName
 {
   color: #12DACF;
 }
 .AnyTagClassName
 {
   color: #12DACF;
 }
</style>

background-color css

<style>
 a { background-color: #12DACF; }

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

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

border-color css

<style>
 span { border-color: #12DACF; }

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

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