Html Css Color HEX #12DED2 Bright Turquoise

📋 copy color: '#12DED2'

red 18 ◦ green 222 ◦ blue 210

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

Shades of Bright Turquoise #12DED2

Tints of Bright Turquoise #12DED2

RGB

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

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

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

R = 4%
G = 49.33%
B = 46.67%

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

#12DED2 (or 0x12DED2) is known color: Bright Turquoise. HEX triplet: 12, DE and D2. RGB value is (18,222,210). Sum of RGB (Red+Green+Blue) = 18+222+210=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #12DED2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DED2 is #ED212D. Grayscale: #9F9F9F. Windows color (decimal): -15540526 or 13819410. OLE color: 13819410.

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

Color convert

RGB 18 222 210 -
CMYK 0.92 0 0.05 0.13
HSL 176.47º 0.85% 0.47% -
HSV(B) 176.47º 0.92% 0.87% -
XYZ 38 57.02 69.98 -
YUV 159.64 156.41 26.98 -
System Red Green Blue C M Y K H S L
Decimal 18 222 210 0.92 0 0.05 0.13 176.47 0.85 0.47
Hex 12 DE D2 5C 0 5 D B0 55 2F
Octal 22 336 322 134 0 5 15 260 125 57
Binary 10010 11011110 11010010 1011100 0 101 1101 10110000 1010101 101111

Color Harmonies of #12DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DED2

Black with #12DED2

Text Example


Text Example

White with #12DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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