Html Css Color HEX #12D7CF Dark Turquoise

📋 copy color: '#12D7CF'

red 18 ◦ green 215 ◦ blue 207

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

Shades of Dark Turquoise #12D7CF

Tints of Dark Turquoise #12D7CF

RGB

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

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

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

R = 4.09%
G = 48.86%
B = 47.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#12D7CF (or 0x12D7CF) is known color: Dark Turquoise. HEX triplet: 12, D7 and CF. RGB value is (18,215,207). Sum of RGB (Red+Green+Blue) = 18+215+207=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #12D7CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7CF is #ED2830. Grayscale: #9B9B9B. Windows color (decimal): -15542321 or 13621010. OLE color: 13621010.

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

Color convert

RGB 18 215 207 -
CMYK 0.92 0 0.04 0.16
HSL 177.56º 0.85% 0.46% -
HSV(B) 177.56º 0.92% 0.84% -
XYZ 35.81 53.23 67.42 -
YUV 155.19 157.23 30.15 -
System Red Green Blue C M Y K H S L
Decimal 18 215 207 0.92 0 0.04 0.16 177.56 0.85 0.46
Hex 12 D7 CF 5C 0 4 10 B2 55 2E
Octal 22 327 317 134 0 4 20 262 125 56
Binary 10010 11010111 11001111 1011100 0 100 10000 10110010 1010101 101110

Color Harmonies of #12D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D7CF

Black with #12D7CF

Text Example


Text Example

White with #12D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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