Html Css Color HEX #12DBDB Bright Turquoise

📋 copy color: '#12DBDB'

red 18 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #12DBDB

Tints of Bright Turquoise #12DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 3.95%
G = 48.03%
B = 48.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12DBDB (or 0x12DBDB) is known color: Bright Turquoise. HEX triplet: 12, DB and DB. RGB value is (18,219,219). Sum of RGB (Red+Green+Blue) = 18+219+219=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #12DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DBDB is #ED2424. Grayscale: #9E9E9E. Windows color (decimal): -15541285 or 14408466. OLE color: 14408466.

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

Color convert

RGB 18 219 219 -
CMYK 0.92 0 0 0.14
HSL 180º 0.85% 0.46% -
HSV(B) 180º 0.92% 0.86% -
XYZ 38.37 55.91 75.79 -
YUV 158.9 161.91 27.5 -
System Red Green Blue C M Y K H S L
Decimal 18 219 219 0.92 0 0 0.14 180 0.85 0.46
Hex 12 DB DB 5C 0 0 E B4 55 2E
Octal 22 333 333 134 0 0 16 264 125 56
Binary 10010 11011011 11011011 1011100 0 0 1110 10110100 1010101 101110

Color Harmonies of #12DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DBDB

Black with #12DBDB

Text Example


Text Example

White with #12DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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