Html Css Color HEX #12DADA Bright Turquoise

📋 copy color: '#12DADA'

red 18 ◦ green 218 ◦ blue 218

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

Shades of Bright Turquoise #12DADA

Tints of Bright Turquoise #12DADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 3.96%
G = 48.02%
B = 48.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#12DADA (or 0x12DADA) is known color: Bright Turquoise. HEX triplet: 12, DA and DA. RGB value is (18,218,218). Sum of RGB (Red+Green+Blue) = 18+218+218=454 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #12DADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DADA is #ED2525. Grayscale: #9E9E9E. Windows color (decimal): -15541542 or 14342674. OLE color: 14342674.

HSL color Cylindrical-coordinate representation of color #12DADA: hue angle of 180º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DADA is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 218 -
CMYK 0.92 0 0 0.15
HSL 180º 0.85% 0.46% -
HSV(B) 180º 0.92% 0.85% -
XYZ 37.98 55.33 75.01 -
YUV 158.2 161.74 28 -
System Red Green Blue C M Y K H S L
Decimal 18 218 218 0.92 0 0 0.15 180 0.85 0.46
Hex 12 DA DA 5C 0 0 F B4 55 2E
Octal 22 332 332 134 0 0 17 264 125 56
Binary 10010 11011010 11011010 1011100 0 0 1111 10110100 1010101 101110

Color Harmonies of #12DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DADA

Black with #12DADA

Text Example


Text Example

White with #12DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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