Html Css Color HEX #12CCDB Dark Turquoise

📋 copy color: '#12CCDB'

red 18 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #12CCDB

Tints of Dark Turquoise #12CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 4.08%
G = 46.26%
B = 49.66%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12CCDB (or 0x12CCDB) is known color: Dark Turquoise. HEX triplet: 12, CC and DB. RGB value is (18,204,219). Sum of RGB (Red+Green+Blue) = 18+204+219=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #12CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCDB is #ED3324. Grayscale: #959595. Windows color (decimal): -15545125 or 14404626. OLE color: 14404626.

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

Color convert

RGB 18 204 219 -
CMYK 0.92 0.07 0 0.14
HSL 184.48º 0.85% 0.46% -
HSV(B) 184.48º 0.92% 0.86% -
XYZ 34.63 48.43 74.54 -
YUV 150.1 166.88 33.78 -
System Red Green Blue C M Y K H S L
Decimal 18 204 219 0.92 0.07 0 0.14 184.48 0.85 0.46
Hex 12 CC DB 5C 7 0 E B8 55 2E
Octal 22 314 333 134 7 0 16 270 125 56
Binary 10010 11001100 11011011 1011100 111 0 1110 10111000 1010101 101110

Color Harmonies of #12CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCDB

Black with #12CCDB

Text Example


Text Example

White with #12CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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