Html Css Color HEX #12FFDB Bright Turquoise

📋 copy color: '#12FFDB'

red 18 ◦ green 255 ◦ blue 219

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

Shades of Bright Turquoise #12FFDB

Tints of Bright Turquoise #12FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 51.83%

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

R = 3.66%
G = 51.83%
B = 44.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#12FFDB (or 0x12FFDB) is known color: Bright Turquoise. HEX triplet: 12, FF and DB. RGB value is (18,255,219). Sum of RGB (Red+Green+Blue) = 18+255+219=492 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.66% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFDB is #ED0024. Grayscale: #B3B3B3. Windows color (decimal): -15532069 or 14417682. OLE color: 14417682.

HSL color Cylindrical-coordinate representation of color #12FFDB: hue angle of 170.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFDB is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 18 255 219 -
CMYK 0.93 0 0.14 0
HSL 170.89º 1% 0.54% -
HSV(B) 170.89º 0.93% 1% -
XYZ 48.8 76.76 79.26 -
YUV 180.03 149.98 12.43 -
System Red Green Blue C M Y K H S L
Decimal 18 255 219 0.93 0 0.14 0 170.89 1 0.54
Hex 12 FF DB 5D 0 E 0 AB 64 36
Octal 22 377 333 135 0 16 0 253 144 66
Binary 10010 11111111 11011011 1011101 0 1110 0 10101011 1100100 110110

Color Harmonies of #12FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FFDB

Black with #12FFDB

Text Example


Text Example

White with #12FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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