Html Css Color HEX #12CCDD Dark Turquoise

📋 copy color: '#12CCDD'

red 18 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #12CCDD

Tints of Dark Turquoise #12CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 4.06%
G = 46.05%
B = 49.89%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12CCDD (or 0x12CCDD) is known color: Dark Turquoise. HEX triplet: 12, CC and DD. RGB value is (18,204,221). Sum of RGB (Red+Green+Blue) = 18+204+221=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #12CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCDD is #ED3322. Grayscale: #969696. Windows color (decimal): -15545123 or 14535698. OLE color: 14535698.

HSL color Cylindrical-coordinate representation of color #12CCDD: hue angle of 185.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CCDD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 204 221 -
CMYK 0.92 0.08 0 0.13
HSL 185.02º 0.85% 0.47% -
HSV(B) 185.02º 0.92% 0.87% -
XYZ 34.89 48.53 75.94 -
YUV 150.32 167.88 33.62 -
System Red Green Blue C M Y K H S L
Decimal 18 204 221 0.92 0.08 0 0.13 185.02 0.85 0.47
Hex 12 CC DD 5C 8 0 D B9 55 2F
Octal 22 314 335 134 10 0 15 271 125 57
Binary 10010 11001100 11011101 1011100 1000 0 1101 10111001 1010101 101111

Color Harmonies of #12CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCDD

Black with #12CCDD

Text Example


Text Example

White with #12CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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