Html Css Color HEX #12CEDB Dark Turquoise

📋 copy color: '#12CEDB'

red 18 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #12CEDB

Tints of Dark Turquoise #12CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.5%

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

R = 4.06%
G = 46.5%
B = 49.44%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12CEDB (or 0x12CEDB) is known color: Dark Turquoise. HEX triplet: 12, CE and DB. RGB value is (18,206,219). Sum of RGB (Red+Green+Blue) = 18+206+219=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #12CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CEDB is #ED3124. Grayscale: #979797. Windows color (decimal): -15544613 or 14405138. OLE color: 14405138.

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

Color convert

RGB 18 206 219 -
CMYK 0.92 0.06 0 0.14
HSL 183.88º 0.85% 0.46% -
HSV(B) 183.88º 0.92% 0.86% -
XYZ 35.11 49.39 74.7 -
YUV 151.27 166.22 32.94 -
System Red Green Blue C M Y K H S L
Decimal 18 206 219 0.92 0.06 0 0.14 183.88 0.85 0.46
Hex 12 CE DB 5C 6 0 E B8 55 2E
Octal 22 316 333 134 6 0 16 270 125 56
Binary 10010 11001110 11011011 1011100 110 0 1110 10111000 1010101 101110

Color Harmonies of #12CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEDB

Black with #12CEDB

Text Example


Text Example

White with #12CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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