Html Css Color HEX #12D7CC Dark Turquoise

📋 copy color: '#12D7CC'

red 18 ◦ green 215 ◦ blue 204

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

Shades of Dark Turquoise #12D7CC

Tints of Dark Turquoise #12D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.2%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 4.12%
G = 49.2%
B = 46.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#12D7CC (or 0x12D7CC) is known color: Dark Turquoise. HEX triplet: 12, D7 and CC. RGB value is (18,215,204). Sum of RGB (Red+Green+Blue) = 18+215+204=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #12D7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7CC is #ED2833. Grayscale: #9A9A9A. Windows color (decimal): -15542324 or 13424402. OLE color: 13424402.

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

Color convert

RGB 18 215 204 -
CMYK 0.92 0 0.05 0.16
HSL 176.65º 0.85% 0.46% -
HSV(B) 176.65º 0.92% 0.84% -
XYZ 35.45 53.09 65.51 -
YUV 154.84 155.73 30.39 -
System Red Green Blue C M Y K H S L
Decimal 18 215 204 0.92 0 0.05 0.16 176.65 0.85 0.46
Hex 12 D7 CC 5C 0 5 10 B1 55 2E
Octal 22 327 314 134 0 5 20 261 125 56
Binary 10010 11010111 11001100 1011100 0 101 10000 10110001 1010101 101110

Color Harmonies of #12D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D7CC

Black with #12D7CC

Text Example


Text Example

White with #12D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,215,204); }

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

background-color css

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

 a { background-color: rgb(18,215,204); }

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

border-color css

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

 span { border-color: rgb(18,215,204); }

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