Html Css Color HEX #12DCCE Bright Turquoise

📋 copy color: '#12DCCE'

red 18 ◦ green 220 ◦ blue 206

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

Shades of Bright Turquoise #12DCCE

Tints of Bright Turquoise #12DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 4.05%
G = 49.55%
B = 46.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#12DCCE (or 0x12DCCE) is known color: Bright Turquoise. HEX triplet: 12, DC and CE. RGB value is (18,220,206). Sum of RGB (Red+Green+Blue) = 18+220+206=444 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.05% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCCE is #ED2331. Grayscale: #9D9D9D. Windows color (decimal): -15541042 or 13556754. OLE color: 13556754.

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

Color convert

RGB 18 220 206 -
CMYK 0.92 0 0.06 0.14
HSL 175.84º 0.85% 0.47% -
HSV(B) 175.84º 0.92% 0.86% -
XYZ 36.98 55.77 67.21 -
YUV 158.01 155.08 28.14 -
System Red Green Blue C M Y K H S L
Decimal 18 220 206 0.92 0 0.06 0.14 175.84 0.85 0.47
Hex 12 DC CE 5C 0 6 E B0 55 2F
Octal 22 334 316 134 0 6 16 260 125 57
Binary 10010 11011100 11001110 1011100 0 110 1110 10110000 1010101 101111

Color Harmonies of #12DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCCE

Black with #12DCCE

Text Example


Text Example

White with #12DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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