Html Css Color HEX #12CCD7 Dark Turquoise

📋 copy color: '#12CCD7'

red 18 ◦ green 204 ◦ blue 215

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

Shades of Dark Turquoise #12CCD7

Tints of Dark Turquoise #12CCD7

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 18 204 215 -
CMYK 0.92 0.05 0 0.16
HSL 183.35º 0.85% 0.46% -
HSV(B) 183.35º 0.92% 0.84% -
XYZ 34.11 48.22 71.8 -
YUV 149.64 164.88 34.11 -
System Red Green Blue C M Y K H S L
Decimal 18 204 215 0.92 0.05 0 0.16 183.35 0.85 0.46
Hex 12 CC D7 5C 5 0 10 B7 55 2E
Octal 22 314 327 134 5 0 20 267 125 56
Binary 10010 11001100 11010111 1011100 101 0 10000 10110111 1010101 101110

Color Harmonies of #12CCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCD7

Black with #12CCD7

Text Example


Text Example

White with #12CCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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