Html Css Color HEX #12DDCE Bright Turquoise

📋 copy color: '#12DDCE'

red 18 ◦ green 221 ◦ blue 206

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

Shades of Bright Turquoise #12DDCE

Tints of Bright Turquoise #12DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 4.04%
G = 49.66%
B = 46.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#12DDCE (or 0x12DDCE) is known color: Bright Turquoise. HEX triplet: 12, DD and CE. RGB value is (18,221,206). Sum of RGB (Red+Green+Blue) = 18+221+206=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDCE is #ED2231. Grayscale: #9E9E9E. Windows color (decimal): -15540786 or 13557010. OLE color: 13557010.

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

Color convert

RGB 18 221 206 -
CMYK 0.92 0 0.07 0.13
HSL 175.57º 0.85% 0.47% -
HSV(B) 175.57º 0.92% 0.87% -
XYZ 37.25 56.3 67.3 -
YUV 158.59 154.75 27.72 -
System Red Green Blue C M Y K H S L
Decimal 18 221 206 0.92 0 0.07 0.13 175.57 0.85 0.47
Hex 12 DD CE 5C 0 7 D B0 55 2F
Octal 22 335 316 134 0 7 15 260 125 57
Binary 10010 11011101 11001110 1011100 0 111 1101 10110000 1010101 101111

Color Harmonies of #12DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DDCE

Black with #12DDCE

Text Example


Text Example

White with #12DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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