Html Css Color HEX #12DDEC Bright Turquoise

📋 copy color: '#12DDEC'

red 18 ◦ green 221 ◦ blue 236

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

Shades of Bright Turquoise #12DDEC

Tints of Bright Turquoise #12DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 3.79%
G = 46.53%
B = 49.68%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12DDEC (or 0x12DDEC) is known color: Bright Turquoise. HEX triplet: 12, DD and EC. RGB value is (18,221,236). Sum of RGB (Red+Green+Blue) = 18+221+236=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #12DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DDEC is #ED2213. Grayscale: #A1A1A1. Windows color (decimal): -15540756 or 15523090. OLE color: 15523090.

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

Color convert

RGB 18 221 236 -
CMYK 0.92 0.06 0 0.07
HSL 184.13º 0.86% 0.5% -
HSV(B) 184.13º 0.92% 0.93% -
XYZ 41.25 57.9 88.36 -
YUV 162.01 169.75 25.28 -
System Red Green Blue C M Y K H S L
Decimal 18 221 236 0.92 0.06 0 0.07 184.13 0.86 0.5
Hex 12 DD EC 5C 6 0 7 B8 56 32
Octal 22 335 354 134 6 0 7 270 126 62
Binary 10010 11011101 11101100 1011100 110 0 111 10111000 1010110 110010

Color Harmonies of #12DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DDEC

Black with #12DDEC

Text Example


Text Example

White with #12DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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