Html Css Color HEX #12DCDD Bright Turquoise

📋 copy color: '#12DCDD'

red 18 ◦ green 220 ◦ blue 221

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

Shades of Bright Turquoise #12DCDD

Tints of Bright Turquoise #12DCDD

RGB

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

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

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

R = 3.92%
G = 47.93%
B = 48.15%

CMYK

 C value IS 0.92

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12DCDD (or 0x12DCDD) is known color: Bright Turquoise. HEX triplet: 12, DC and DD. RGB value is (18,220,221). Sum of RGB (Red+Green+Blue) = 18+220+221=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #12DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCDD is #ED2322. Grayscale: #9F9F9F. Windows color (decimal): -15541027 or 14539794. OLE color: 14539794.

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

Color convert

RGB 18 220 221 -
CMYK 0.92 0.00 0 0.13
HSL 180.3º 0.85% 0.47% -
HSV(B) 180.3º 0.92% 0.87% -
XYZ 38.89 56.54 77.27 -
YUV 159.72 162.58 26.92 -
System Red Green Blue C M Y K H S L
Decimal 18 220 221 0.92 0.00 0 0.13 180.3 0.85 0.47
Hex 12 DC DD 5C 0 0 D B4 55 2F
Octal 22 334 335 134 0 0 15 264 125 57
Binary 10010 11011100 11011101 1011100 0 0 1101 10110100 1010101 101111

Color Harmonies of #12DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCDD

Black with #12DCDD

Text Example


Text Example

White with #12DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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