Html Css Color HEX #12DADB Bright Turquoise

📋 copy color: '#12DADB'

red 18 ◦ green 218 ◦ blue 219

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

Shades of Bright Turquoise #12DADB

Tints of Bright Turquoise #12DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.91%

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

R = 3.96%
G = 47.91%
B = 48.13%

CMYK

 C value IS 0.92

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12DADB (or 0x12DADB) is known color: Bright Turquoise. HEX triplet: 12, DA and DB. RGB value is (18,218,219). Sum of RGB (Red+Green+Blue) = 18+218+219=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #12DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DADB is #ED2524. Grayscale: #9E9E9E. Windows color (decimal): -15541541 or 14408210. OLE color: 14408210.

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

Color convert

RGB 18 218 219 -
CMYK 0.92 0.00 0 0.14
HSL 180.3º 0.85% 0.46% -
HSV(B) 180.3º 0.92% 0.86% -
XYZ 38.11 55.39 75.7 -
YUV 158.31 162.24 27.92 -
System Red Green Blue C M Y K H S L
Decimal 18 218 219 0.92 0.00 0 0.14 180.3 0.85 0.46
Hex 12 DA DB 5C 0 0 E B4 55 2E
Octal 22 332 333 134 0 0 16 264 125 56
Binary 10010 11011010 11011011 1011100 0 0 1110 10110100 1010101 101110

Color Harmonies of #12DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DADB

Black with #12DADB

Text Example


Text Example

White with #12DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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