Html Css Color HEX #12DDD2 Bright Turquoise

📋 copy color: '#12DDD2'

red 18 ◦ green 221 ◦ blue 210

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

Shades of Bright Turquoise #12DDD2

Tints of Bright Turquoise #12DDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.77%

R = 4.01%
G = 49.22%
B = 46.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#12DDD2 (or 0x12DDD2) is known color: Bright Turquoise. HEX triplet: 12, DD and D2. RGB value is (18,221,210). Sum of RGB (Red+Green+Blue) = 18+221+210=449 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.01% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDD2 is #ED222D. Grayscale: #9E9E9E. Windows color (decimal): -15540782 or 13819154. OLE color: 13819154.

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

Color convert

RGB 18 221 210 -
CMYK 0.92 0 0.05 0.13
HSL 176.75º 0.85% 0.47% -
HSV(B) 176.75º 0.92% 0.87% -
XYZ 37.74 56.49 69.89 -
YUV 159.05 156.75 27.39 -
System Red Green Blue C M Y K H S L
Decimal 18 221 210 0.92 0 0.05 0.13 176.75 0.85 0.47
Hex 12 DD D2 5C 0 5 D B1 55 2F
Octal 22 335 322 134 0 5 15 261 125 57
Binary 10010 11011101 11010010 1011100 0 101 1101 10110001 1010101 101111

Color Harmonies of #12DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DDD2

Black with #12DDD2

Text Example


Text Example

White with #12DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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