Html Css Color HEX #12DCDF Bright Turquoise

📋 copy color: '#12DCDF'

red 18 ◦ green 220 ◦ blue 223

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

Shades of Bright Turquoise #12DCDF

Tints of Bright Turquoise #12DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 3.9%
G = 47.72%
B = 48.37%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12DCDF (or 0x12DCDF) is known color: Bright Turquoise. HEX triplet: 12, DC and DF. RGB value is (18,220,223). Sum of RGB (Red+Green+Blue) = 18+220+223=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #12DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCDF is #ED2320. Grayscale: #9F9F9F. Windows color (decimal): -15541025 or 14670866. OLE color: 14670866.

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

Color convert

RGB 18 220 223 -
CMYK 0.92 0.01 0 0.13
HSL 180.88º 0.85% 0.47% -
HSV(B) 180.88º 0.92% 0.87% -
XYZ 39.16 56.64 78.68 -
YUV 159.94 163.58 26.76 -
System Red Green Blue C M Y K H S L
Decimal 18 220 223 0.92 0.01 0 0.13 180.88 0.85 0.47
Hex 12 DC DF 5C 1 0 D B5 55 2F
Octal 22 334 337 134 1 0 15 265 125 57
Binary 10010 11011100 11011111 1011100 1 0 1101 10110101 1010101 101111

Color Harmonies of #12DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCDF

Black with #12DCDF

Text Example


Text Example

White with #12DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,223); }

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

background-color css

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

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

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

border-color css

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

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

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