#12DEDE

Color #12DEDE Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #12DEDE

Tints of Bright Turquoise #12DEDE

Color information

#12DEDE (or 0x12DEDE) is unknown color: approx Bright Turquoise. HEX triplet: 12, DE and DE. RGB value is (18,222,222). Sum of RGB (Red+Green+Blue) = 18+222+222=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #12DEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEDE is #ED2121. Grayscale: #A0A0A0. Windows color (decimal): -15540514 or 14605842. OLE color: 14605842.

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

Color convert

RGB18222222-
CMYK0.92000.13
HSL180º85%47.06%-
HSV(B)180º91.89%87.06%-
XYZ39.5657.6578.15-
YUV161162.4126-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.90%
GREEN value IS 222 (87.11% from 255) = 48.05%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=3.90%
G=48.05%
B=48.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182222220.92000.131808547.06
Hex12DEDE5C00Db4552f
Octal22336336134001526412557
Binary1001011011110110111101011100001101101101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,222,222); }

 H1.HeaderClassName
 {
   color: #12DEDE;
 }
 .AnyTagClassName
 {
   color: #12DEDE;
 }
</style>
background-color css

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

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

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

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

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

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