Html Css Color HEX #12D9CF Dark Turquoise

📋 copy color: '#12D9CF'

red 18 ◦ green 217 ◦ blue 207

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

Shades of Dark Turquoise #12D9CF

Tints of Dark Turquoise #12D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.1%

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

R = 4.07%
G = 49.1%
B = 46.83%

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

#12D9CF (or 0x12D9CF) is known color: Dark Turquoise. HEX triplet: 12, D9 and CF. RGB value is (18,217,207). Sum of RGB (Red+Green+Blue) = 18+217+207=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #12D9CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D9CF is #ED2630. Grayscale: #9C9C9C. Windows color (decimal): -15541809 or 13621522. OLE color: 13621522.

HSL color Cylindrical-coordinate representation of color #12D9CF: hue angle of 176.98º 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 #12D9CF is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 217 207 -
CMYK 0.92 0 0.05 0.15
HSL 176.98º 0.85% 0.46% -
HSV(B) 176.98º 0.92% 0.85% -
XYZ 36.32 54.26 67.59 -
YUV 156.36 156.57 29.31 -
System Red Green Blue C M Y K H S L
Decimal 18 217 207 0.92 0 0.05 0.15 176.98 0.85 0.46
Hex 12 D9 CF 5C 0 5 F B1 55 2E
Octal 22 331 317 134 0 5 17 261 125 56
Binary 10010 11011001 11001111 1011100 0 101 1111 10110001 1010101 101110

Color Harmonies of #12D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D9CF

Black with #12D9CF

Text Example


Text Example

White with #12D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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