Html Css Color HEX #12DEDD Bright Turquoise

📋 copy color: '#12DEDD'

red 18 ◦ green 222 ◦ blue 221

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

Shades of Bright Turquoise #12DEDD

Tints of Bright Turquoise #12DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.16%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 3.9%
G = 48.16%
B = 47.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#12DEDD (or 0x12DEDD) is known color: Bright Turquoise. HEX triplet: 12, DE and DD. RGB value is (18,222,221). Sum of RGB (Red+Green+Blue) = 18+222+221=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEDD is #ED2122. Grayscale: #A0A0A0. Windows color (decimal): -15540515 or 14540306. OLE color: 14540306.

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

Color convert

RGB 18 222 221 -
CMYK 0.92 0 0.00 0.13
HSL 179.71º 0.85% 0.47% -
HSV(B) 179.71º 0.92% 0.87% -
XYZ 39.42 57.59 77.45 -
YUV 160.89 161.91 26.08 -
System Red Green Blue C M Y K H S L
Decimal 18 222 221 0.92 0 0.00 0.13 179.71 0.85 0.47
Hex 12 DE DD 5C 0 0 D B4 55 2F
Octal 22 336 335 134 0 0 15 264 125 57
Binary 10010 11011110 11011101 1011100 0 0 1101 10110100 1010101 101111

Color Harmonies of #12DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DEDD

Black with #12DEDD

Text Example


Text Example

White with #12DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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