Html Css Color HEX #12DBEC Bright Turquoise

📋 copy color: '#12DBEC'

red 18 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #12DBEC

Tints of Bright Turquoise #12DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

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

R = 3.81%
G = 46.3%
B = 49.89%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12DBEC (or 0x12DBEC) is known color: Bright Turquoise. HEX triplet: 12, DB and EC. RGB value is (18,219,236). Sum of RGB (Red+Green+Blue) = 18+219+236=473 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #12DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DBEC is #ED2413. Grayscale: #A0A0A0. Windows color (decimal): -15541268 or 15522578. OLE color: 15522578.

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

Color convert

RGB 18 219 236 -
CMYK 0.92 0.07 0 0.07
HSL 184.68º 0.86% 0.5% -
HSV(B) 184.68º 0.92% 0.93% -
XYZ 40.72 56.85 88.18 -
YUV 160.84 170.41 26.12 -
System Red Green Blue C M Y K H S L
Decimal 18 219 236 0.92 0.07 0 0.07 184.68 0.86 0.5
Hex 12 DB EC 5C 7 0 7 B9 56 32
Octal 22 333 354 134 7 0 7 271 126 62
Binary 10010 11011011 11101100 1011100 111 0 111 10111001 1010110 110010

Color Harmonies of #12DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DBEC

Black with #12DBEC

Text Example


Text Example

White with #12DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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